summaryrefslogtreecommitdiff
path: root/src/connman.service.in
blob: b55c571f83748519e1f6399bc7652e1bd0dc8fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Connection service
After=net-config.service
DefaultDependencies=no

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

[Install]
WantedBy=multi-user.target