[Lunar-commits] <moonbase> bluez: added systemd service file
Jean-Michel Bruenn
wdp at lunar-linux.org
Mon Aug 15 20:18:45 CEST 2011
commit 348f942ec85244e8d9eac7f0c3bffee5382b4808
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Mon Aug 15 20:18:45 2011 +0200
bluez: added systemd service file
---
bluetooth/bluez/systemd.d/bluetooth.service | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/bluetooth/bluez/systemd.d/bluetooth.service b/bluetooth/bluez/systemd.d/bluetooth.service
new file mode 100644
index 0000000..5f075c6
--- /dev/null
+++ b/bluetooth/bluez/systemd.d/bluetooth.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Bluetooth Manager
+
+[Service]
+Type=dbus
+BusName=org.bluez
+ExecStart=/usr/sbin/bluetoothd -n
+StandardOutput=syslog
+
+[Install]
+WantedBy=bluetooth.target
More information about the Lunar-commits
mailing list