summaryrefslogtreecommitdiff
path: root/src/connman.service.in
blob: 7b6195e952f4b76a84ffa9aab52940ec46229aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Connection service
Requires=dbus.socket
After=dbus.socket
Before=remote-fs.target

[Service]
Type=dbus
BusName=net.connman
Restart=on-failure
ExecStart=@prefix@/sbin/connmand -n
StandardOutput=null

[Install]
WantedBy=multi-user.target