Imported Upstream version 1.38
[platform/upstream/connman.git] / vpn / connman-vpn.service.in
1 [Unit]
2 Description=ConnMan VPN service
3
4 [Service]
5 Type=dbus
6 BusName=net.connman.vpn
7 ExecStart=@sbindir@/connman-vpnd -n
8 StandardOutput=null
9 CapabilityBoundingSet=CAP_KILL CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SETGID CAP_SETUID
10 ProtectHome=read-only
11 ProtectSystem=full
12
13 [Install]
14 WantedBy=multi-user.target