summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/runit-scripts-mv/runitscripts/services/acpid/run
blob: 80cc65ab13d2749dcc22c3c1fa0fad306401f3d5 (plain)
1
2
3
4
5
6
7
#!/bin/sh
exec 2>&1
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting acpid"
exec /usr/sbin/acpid  -f -c /etc/acpi/events  >2 /dev/null 1>/dev/null