mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-19 20:52:22 +02:00
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
#!/sbin/runscript
|
|
|
|
name="busybox acpid"
|
|
command="/sbin/acpid"
|
|
command_args="$ACPID_OPTS"
|
|
pidfile="/var/run/acpid.pid"
|
|
|
|
depend() {
|
|
need dev localmount
|
|
after hwdrivers modules
|
|
}
|
|
|