summaryrefslogtreecommitdiff
path: root/src/bluetooth.service.in
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2018-11-18 17:07:55 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-11-21 13:22:33 +0200
commit78bce480093799c287ac8561b9407fa48796a130 (patch)
tree2c33e550faa4b21a70d21fa783409c1c8b98a9aa /src/bluetooth.service.in
parent11ac67844694ae9c91cebdfd0fe4e0b403375d72 (diff)
downloadbluez-78bce480093799c287ac8561b9407fa48796a130.tar.gz
build: rename libexecdir to pkglibexecdir
When files are to be placed not in libexecdir but a subdirectory of it, automake has a variable name reserved for exactly that purpose (and a default value, which Makefile.am will override), called pkglibexecdir. Let's use it.
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 f799f65f0..f9faaa452 100644
--- a/src/bluetooth.service.in
+++ b/src/bluetooth.service.in
@@ -6,7 +6,7 @@ ConditionPathIsDirectory=/sys/class/bluetooth
[Service]
Type=dbus
BusName=org.bluez
-ExecStart=@libexecdir@/bluetoothd
+ExecStart=@pkglibexecdir@/bluetoothd
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure