summaryrefslogtreecommitdiffstats
path: root/utils/acpid/files/acpid.hotplug
blob: 60d62ecae85f11b749399b1bef0940cbd2d4cc95 (plain)
1
2
3
4
5
#!/bin/sh

if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
	/etc/init.d/acpid start
fi