X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=bluez.init;h=38e114ad710d05cd1c2f4c6b55f68c9f7ce31f0c;hb=c2b3f5cc9e9b4d08882bd792775cc58ad52672fc;hp=23292810e4c50787748d563a02019de24baa8988;hpb=e0f553335f4c4a3bed2a1c6a8fcfc4b5d01216b7;p=packages%2Fbluez.git diff --git a/bluez.init b/bluez.init index 2329281..38e114a 100644 --- a/bluez.init +++ b/bluez.init @@ -19,7 +19,7 @@ start() { if [ ! -f /var/lock/subsys/bluetooth ]; then if [ -x /sbin/udevadm ]; then msg_starting "Bluetooth devices" - daemon /sbin/udevadm trigger --subsystem-match=bluetooth + daemon /sbin/udevadm trigger --subsystem-match=bluetooth --action=add RETVAL=$? touch /var/lock/subsys/bluetooth fi