mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
22 lines
468 B
Desktop File
22 lines
468 B
Desktop File
[Unit]
|
|
Description=Connection service
|
|
After=debugconfig.service
|
|
Before=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=net.connman
|
|
Restart=on-failure
|
|
EnvironmentFile=-/run/openelec/debug/connman.conf
|
|
ExecStartPre=/usr/lib/connman/connman-setup
|
|
ExecStart=/usr/sbin/connmand -nr $CONNMAN_DEBUG
|
|
# send SIGKILL on stop to keep ip configuration
|
|
KillSignal=SIGKILL
|
|
StandardOutput=null
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|