mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
fix ibeacon
This commit is contained in:
parent
aebb69004d
commit
3b8e681a73
@ -21,5 +21,5 @@ start() {
|
||||
|
||||
stop() {
|
||||
/usr/bin/hciconfig hci0 noleadv
|
||||
/usr/bin/hciconfig hci0 down
|
||||
#/usr/bin/hciconfig hci0 down
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ ExecStart=/usr/bin/hcitool -i hci0 cmd 0x08 0x000a 01
|
||||
# See: http://stackoverflow.com/questions/21124993/
|
||||
# ExecStart=/bin/hciconfig hci0 leadv 3
|
||||
ExecStop=/bin/hciconfig hci0 noleadv
|
||||
ExecStop=/bin/hciconfig hci0 down
|
||||
#ExecStop=/bin/hciconfig hci0 down
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user