aboutsummaryrefslogtreecommitdiff
path: root/core/busybox/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-xcore/busybox/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/busybox/build b/core/busybox/build
index 989ef9d7..df55d5cb 100755
--- a/core/busybox/build
+++ b/core/busybox/build
@@ -35,9 +35,11 @@ chmod u+s "$1/usr/bin/busybox-suid"
install -Dm755 crond.run "$1/etc/sv/crond/run"
install -Dm755 ntpd.run "$1/etc/sv/ntpd/run"
install -Dm755 syslogd.run "$1/etc/sv/syslogd/run"
+install -Dm755 acpid.run "$1/etc/sv/acpid/run"
ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise"
ln -s /run/runit/supervise.ntpd "$1/etc/sv/ntpd/supervise"
ln -s /run/runit/supervise.syslogd "$1/etc/sv/syslogd/supervise"
+ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise"
# Install ntp config
install -Dm644 ntp.conf "$1/etc/ntp.conf"