acpid.hotplug 156 B

1234567
  1. #!/bin/sh
  2. . /lib/functions.sh
  3. if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
  4. ( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )&
  5. fi