From b860d5b54ff9d1af413892a22e382b799b1ee6a9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 12 Jan 2020 12:55:15 +0300 Subject: busybox: add syslogd runit service --- core/busybox/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/busybox/build') diff --git a/core/busybox/build b/core/busybox/build index cdefdcfa..ca806a62 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -35,9 +35,11 @@ chmod u+s "$1/usr/bin/busybox-suid" 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" # Install ntp config install -Dm644 ntp.conf "$1/etc/ntp.conf" -- cgit v1.2.3