avrdude: moved to github
[openwrt/svn-archive/packages.git] / utils / acpid / files / acpid.hotplug
1 #!/bin/sh
2
3 . /lib/functions.sh
4
5 if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
6 ( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )&
7 fi