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