Translations:Bluetooth Network Aggregation Point/41/ja

From Gentoo Wiki
Jump to:navigation Jump to:search
FILE /etc/udev/rules.d/90-bluetooth.rules
ACTION=="add", KERNEL=="hci0", \
  RUN+="/bin/sh -c 'sleep 0.5; rc-service nap start'"
ACTION=="remove", KERNEL=="hci0", \
  RUN+="/bin/sh -c 'rc-service nap stop'"