summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ofono.service.in15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/ofono.service.in b/src/ofono.service.in
index 2eecbf93..f4531a8d 100644
--- a/src/ofono.service.in
+++ b/src/ofono.service.in
@@ -1,4 +1,11 @@
-[D-BUS Service]
-Name=org.ofono
-Exec=@prefix@/sbin/ofonod
-User=root
+[Unit]
+Description=Telephony service
+After=syslog.target
+
+[Service]
+Type=dbus
+BusName=org.ofono
+ExecStart=@prefix@/sbin/ofonod -n
+
+[Install]
+WantedBy=multi-user.target