aboutsummaryrefslogtreecommitdiff
path: root/core/busybox/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-18 17:52:12 +0300
committerCem Keylan <cem@ckyln.com>2019-12-18 17:52:12 +0300
commite4975c6f3020dd08e17f6679d35d2195c1dad817 (patch)
treed97c728ff7b31c4e18017e67e31f187ff8490a94 /core/busybox/build
parentf1e2b181cceea1fcfe9c002303ecdd1a2461aca5 (diff)
downloadrepository-e4975c6f3020dd08e17f6679d35d2195c1dad817.tar.gz
busybox: add crond
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-xcore/busybox/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/busybox/build b/core/busybox/build
index 5625cecb..11f7c17b 100755
--- a/core/busybox/build
+++ b/core/busybox/build
@@ -33,3 +33,6 @@ 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"
+ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise"
+ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise"