Imported Upstream version 1.35
[platform/upstream/connman.git] / src / connman.service.in
1 [Unit]
2 Description=Connection service
3 DefaultDependencies=false
4 Conflicts=shutdown.target
5 RequiresMountsFor=@localstatedir@/lib/connman
6 After=dbus.service network-pre.target systemd-sysusers.service
7 Before=network.target multi-user.target shutdown.target
8 Wants=network.target
9
10 [Service]
11 Type=dbus
12 BusName=net.connman
13 Restart=on-failure
14 ExecStart=@sbindir@/connmand -n
15 StandardOutput=null
16 CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SYS_TIME CAP_SYS_MODULE
17 ProtectHome=true
18 ProtectSystem=full
19
20 [Install]
21 WantedBy=multi-user.target