aboutsummaryrefslogtreecommitdiff
path: root/utils/acpid/files/acpid.hotplug
blob: 6e08d01a22036897a290123512385c667deea4e2 (plain)
1
2
3
4
5
6
7
#!/bin/sh

. /lib/functions.sh

if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
        ( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )&
fi