4 lines
189 B
Plaintext
4 lines
189 B
Plaintext
#bluetooth on demand rules
|
|
SUBSYSTEM=="bluetooth", ACTION=="add", RUN+="/sbin/service bluetooth condstart"
|
|
SUBSYSTEM=="bluetooth", ACTION=="remove", RUN+="/sbin/service bluetooth condstop"
|