aports/testing/repowerd/repowerd.initd
2024-05-07 20:02:15 +00:00

13 lines
215 B
Bash

#!/sbin/openrc-run
name="Repowerd"
description="Power daemon to monitor and control system power state"
command=/usr/sbin/repowerd
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need udev
}