mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
16 lines
275 B
Desktop File
16 lines
275 B
Desktop File
[Unit]
|
|
Description=Connection service
|
|
Before=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=net.connman
|
|
Restart=on-failure
|
|
ExecStartPre=/usr/lib/connman/connman-setup
|
|
ExecStart=/usr/sbin/connmand -n
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|