3f579aba93
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32061 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
156 B
Bash
8 lines
156 B
Bash
#!/bin/sh
|
|
|
|
. /lib/functions.sh
|
|
|
|
if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
|
|
( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )&
|
|
fi
|