Files
LibreELEC.tv/packages/network/connman/system.d/connman.service
2013-11-24 00:35:33 +02:00

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