mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
build: Use @libexecdir@/bluetooth path for daemons
This commit is contained in:
parent
e57efd6fbb
commit
df13abbc7f
@ -9,8 +9,6 @@ noinst_LTLIBRARIES =
|
||||
|
||||
bin_PROGRAMS =
|
||||
|
||||
libexec_PROGRAMS =
|
||||
|
||||
noinst_PROGRAMS =
|
||||
|
||||
dist_man_MANS =
|
||||
@ -21,6 +19,10 @@ CLEANFILES =
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
libexecdir = @libexecdir@/bluetooth
|
||||
|
||||
libexec_PROGRAMS =
|
||||
|
||||
includedir = @includedir@/bluetooth
|
||||
|
||||
include_HEADERS =
|
||||
|
@ -5,7 +5,7 @@ Documentation=man:bluetoothd(8)
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.bluez
|
||||
ExecStart=@libexecdir@/bluetoothd
|
||||
ExecStart=@libexecdir@/bluetooth/bluetoothd
|
||||
NotifyAccess=main
|
||||
#WatchdogSec=10
|
||||
#Restart=on-failure
|
||||
|
Loading…
Reference in New Issue
Block a user