- remove an uneeded init script
This commit is contained in:
Stephan Raue 2009-12-06 07:20:54 +01:00
parent fbea69a580
commit 076f0b7812

View File

@ -1,10 +0,0 @@
#!/bin/sh
#
# start the ACPI daemon subsystem
#
# runlevels: geexbox, debug, configure
echo "### Starting ACPI daemon subsystem ###"
acpid 2>&1 > /dev/null
exit 0