vpn-config: Ignore IN_CREATE as IN_MODIFY is called anyway
[platform/upstream/connman.git] / src / connman.service.in
index 8c2368a..2e9e4d5 100644 (file)
@@ -1,4 +1,13 @@
-[D-BUS Service]
-Name=org.freedesktop.connman
-Exec=@prefix@/sbin/connmand
-User=root
+[Unit]
+Description=Connection service
+After=syslog.target
+
+[Service]
+Type=dbus
+BusName=net.connman
+Restart=on-failure
+ExecStart=@prefix@/sbin/connmand -n
+StandardOutput=null
+
+[Install]
+WantedBy=multi-user.target