blob: a234a0cd15857ccb2fb1774633931c938d061158 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Connection service
After=syslog.target
[Service]
Type=dbus
BusName=net.connman
ExecStart=@prefix@/sbin/connmand -n
[Install]
WantedBy=multi-user.target
|