diff options
author | John Klug <john.klug@multitech.com> | 2017-10-18 17:46:54 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-10-18 17:46:54 -0500 |
commit | 84591cf1f33e695add589a882653b86504f2d1e0 (patch) | |
tree | 028a820ff621c03f952c855ea32d7808b630d9fc /recipes-connectivity/bluez/bluez5/init | |
parent | 603994e38d6ff3a319fcc269c1b235fcfd53e14e (diff) | |
download | meta-mlinux-84591cf1f33e695add589a882653b86504f2d1e0.tar.gz meta-mlinux-84591cf1f33e695add589a882653b86504f2d1e0.tar.bz2 meta-mlinux-84591cf1f33e695add589a882653b86504f2d1e0.zip |
bt-pan daemon for bluetooth pan
Diffstat (limited to 'recipes-connectivity/bluez/bluez5/init')
-rwxr-xr-x[-rw-r--r--] | recipes-connectivity/bluez/bluez5/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/bluez/bluez5/init b/recipes-connectivity/bluez/bluez5/init index 033e24d..f6d0884 100644..100755 --- a/recipes-connectivity/bluez/bluez5/init +++ b/recipes-connectivity/bluez/bluez5/init @@ -3,7 +3,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin DESC=bluetooth -DAEMON=@LIBEXECDIR@/bluetooth/bluetoothd +DAEMON=/usr/libexec/bluetooth/bluetoothd # If you want to be ignore error of "org.freedesktop.hostname1", # please enable NOPLUGIN_OPTION. |