Merge "Upstream: network: Replace network_change() with __connman_network_disconnect...
[platform/upstream/connman.git] / vpn / connman-vpn.service.in
1 [Unit]
2 Description=ConnMan VPN service
3 Requires=dbus.socket
4 After=dbus.socket
5
6 [Service]
7 Type=dbus
8 BusName=net.connman.vpn
9 SmackProcessLabel=System
10 ExecStart=@sbindir@/connman-vpnd -n
11 StandardOutput=null
12 CapabilityBoundingSet=~CAP_MAC_ADMIN
13 CapabilityBoundingSet=~CAP_MAC_OVERRIDE
14
15 [Install]
16 WantedBy=multi-user.target