From e4975c6f3020dd08e17f6679d35d2195c1dad817 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 18 Dec 2019 17:52:12 +0300 Subject: busybox: add crond --- core/busybox/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/busybox/build') 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" -- cgit v1.2.3