mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-20 04:51:43 +01:00
13 lines
215 B
Bash
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
|
|
}
|