summaryrefslogtreecommitdiff
path: root/src/connman.service.in
blob: ae7cbea8c50505cf62824cec231e76e780971bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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
CapabilityBoundingSet=~CAP_MAC_ADMIN

[Install]
WantedBy=multi-user.target