mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
name="busybox acpid"
|
|
command="/sbin/acpid"
|
|
command_args="$ACPID_OPTS"
|
|
pidfile="/var/run/acpid.pid"
|
|
start_stop_daemon_args="-g wheel -k 027"
|
|
|
|
depend() {
|
|
need dev localmount
|
|
after hwdrivers modules
|
|
keyword -vserver -lxc
|
|
}
|
|
|