Remove duplicate dependency with implicit dependencies at "Type=dbus"
[platform/upstream/connman.git] / vpn / connman-vpn.service.in
1 [Unit]
2 Description=ConnMan VPN service
3
4 [Service]
5 Type=dbus
6 User=network_fw
7 Group=network_fw
8 BusName=net.connman.vpn
9 SmackProcessLabel=System
10 ExecStart=@bindir@/connman-vpnd -n
11 StandardOutput=null
12 Capabilities=cap_net_admin,cap_net_bind_service,cap_net_broadcast,cap_net_raw,cap_dac_override=i
13 SecureBits=keep-caps
14 ProtectHome=read-only
15 ProtectSystem=full
16
17 [Install]
18 WantedBy=multi-user.target