mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
acpid: Import from oldpackages, update to latest version, add myself as
maintainer, ensure musl compatibility - with acpid kvm based setups can react on acpi shutdown and reboot actions Signed-off-by: heil <heil@terminal-consulting.de>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions.sh
|
||||
|
||||
if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
|
||||
( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )&
|
||||
fi
|
||||
Reference in New Issue
Block a user