summaryrefslogtreecommitdiff
path: root/src/bluetooth.service.in
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-09 11:19:53 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-09 11:19:53 +0100
commit5a2fda0be9f398b11478bfac9292dd57b739e007 (patch)
tree93eb30d7ae5eb8933a89dd5fefa0b5316bf24b59 /src/bluetooth.service.in
parent27c68b2d98250036433b0a34d4f41c93b915ef50 (diff)
downloadbluez-5a2fda0be9f398b11478bfac9292dd57b739e007.tar.gz
build: Use libexecdir for Bluetooth daemon
Diffstat (limited to 'src/bluetooth.service.in')
-rw-r--r--src/bluetooth.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
index a8442a9ed..a3c54874e 100644
--- a/src/bluetooth.service.in
+++ b/src/bluetooth.service.in
@@ -4,7 +4,7 @@ Description=Bluetooth service
[Service]
Type=dbus
BusName=org.bluez
-ExecStart=@prefix@/sbin/bluetoothd -n
+ExecStart=@libexecdir@/bluetoothd -n
StandardOutput=null
[Install]