From 976324ea8fea916acd6f682eee20adb5024f4957 Mon Sep 17 00:00:00 2001 From: Ben Brewer Date: Wed, 31 Oct 2012 10:38:50 +0000 Subject: Install bluetooth in systemd too --- bluez.morph | 5 +++++ 1 file changed, 5 insertions(+) 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" ] } -- cgit v1.2.1