summaryrefslogtreecommitdiff
path: root/aports/busybox/acpid.initd
diff options
context:
space:
mode:
Diffstat (limited to 'aports/busybox/acpid.initd')
-rw-r--r--aports/busybox/acpid.initd14
1 files changed, 14 insertions, 0 deletions
diff --git a/aports/busybox/acpid.initd b/aports/busybox/acpid.initd
new file mode 100644
index 0000000..2e73b77
--- /dev/null
+++ b/aports/busybox/acpid.initd
@@ -0,0 +1,14 @@
+#!/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
+}
+