From 16e938f696640fd4665c48952a7ef26cd296f40b Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Fri, 6 Sep 2013 13:39:09 +0300 Subject: [PATCH] Fix TIVI-1723 bt-set-addr.sh is not part of the package and not recommended to specifically set bluetooth address for IVI. If the condition fails starting of the unit will be skipped. Change-Id: I8b2fb8cf5da10afded2701bdbc5c2f1921661194 --- packaging/bluetooth-address.service | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/bluetooth-address.service b/packaging/bluetooth-address.service index a79a46c..15bcc69 100644 --- a/packaging/bluetooth-address.service +++ b/packaging/bluetooth-address.service @@ -4,6 +4,7 @@ [Unit] Description=Generate Bluetooth Address +ConditionPathExists=/usr/etc/bluetooth/bt-set-addr.sh [Service] Type=oneshot -- 2.7.4