mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
15 lines
244 B
Plaintext
Executable File
15 lines
244 B
Plaintext
Executable File
#!/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
|
|
}
|
|
|