[Lunar-commits] <moonbase> ofono: add systemd service file
Samuel
samuel.verstraete at gmail.com
Thu Aug 25 23:37:04 CEST 2011
commit 79ae4b4791a288d6528b88c0f74799b5c08f6568
Author: Samuel <samuel.verstraete at gmail.com>
Date: Thu Aug 25 23:37:04 2011 +0200
ofono: add systemd service file
---
zbeta/ofono/systemd.d/ofono.service | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/zbeta/ofono/systemd.d/ofono.service b/zbeta/ofono/systemd.d/ofono.service
new file mode 100644
index 0000000..9ebf544
--- /dev/null
+++ b/zbeta/ofono/systemd.d/ofono.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Telephone Connection service
+After=syslog.target
+
+[Service]
+Type=dbus
+BusName=org.ofono
+ExecStart=/usr/sbin/ofonod -n
+
+[Install]
+WantedBy=multi-user.target
More information about the Lunar-commits
mailing list