Change attribute for connmand and set uid/gid into service
[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 User=network_fw
12 Group=network_fw
13 StandardOutput=null
14
15 [Install]
16 WantedBy=multi-user.target