diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-18 14:25:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-18 14:25:41 +0300 |
commit | 269b4df501cd407cdb6e78e1cf190c90bb461f88 (patch) | |
tree | 9877c0913bf3a90173f348a4f401c6adbe4c3ee7 /core/busybox/build | |
parent | 9293fe5353b95ab8621106272c91b9709dba0e7d (diff) | |
download | repository-269b4df501cd407cdb6e78e1cf190c90bb461f88.tar.gz |
busybox: remove acpid
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-x | core/busybox/build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/busybox/build b/core/busybox/build index ca806a62..989ef9d7 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -32,11 +32,9 @@ done chmod u+s "$1/usr/bin/busybox-suid" # Install runit services -install -Dm755 acpid.run "$1/etc/sv/acpid/run" 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" -ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise" 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" |