summaryrefslogtreecommitdiff
path: root/src/connman.service.in
blob: adf7a62ac41504fe4c6c7be2677182ba2059f583 (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 --noplugin vpn
StandardOutput=null

[Install]
WantedBy=multi-user.target