summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-31 10:38:50 +0000
committerBen Brewer <ben.brewer@codethink.co.uk>2012-10-31 10:38:50 +0000
commit4e7fa7f4f68362ee7dbeaf1927d6a011d5b57ef9 (patch)
treeb8f2452128658d66059c709d8cb25ce749cc939d
parent0c6196315e1536b493780df6474edb0af6ab4fe7 (diff)
downloadbluez-4e7fa7f4f68362ee7dbeaf1927d6a011d5b57ef9.tar.gz
Install bluetooth in systemd too
-rw-r--r--bluez.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/bluez.morph b/bluez.morph
index 4c2fa2edc..1a5978aa8 100644
--- a/bluez.morph
+++ b/bluez.morph
@@ -6,5 +6,10 @@
"configure-commands": [
"autoreconf -ivf",
"./configure --prefix=\"$PREFIX\" --enable-tools --enable-test --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib"
+ ],
+ "install-commands": [
+ "make install",
+ "mkdir -p /etc/systemd/systsem/bluetooth.target.wants",
+ "ln -s /lib/systemd/system/bluetooth.service /etc/systemd/system/bluetooth.target.wants/bluetooth.service"
]
}