blob: ef4434ed16640124da82715e865a122f1ef2ce95 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
exec 2>&1
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
svwaitup -s 10 /service/rsyslog
stat_runit "Starting acpid"
exec /usr/bin/acpid -f -l -c /etc/acpi/events
|