Files
infix/package/skeleton-init-finit/skeleton/etc/finit.d/available/syslogd.conf
T
Joachim Wiberg 2dd603113b package/finit: new init package, with skeleton
This patch imports Finit v4.3 from myLinux to infIX along with a
rudimentary rootfs skeleton.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2022-05-17 08:43:08 +02:00

9 lines
393 B
Plaintext

# BusyBox syslogd + klogd
# We want syslogd to always run, never be stopped, regardless of runlevel
# so it can send to any remote syslog server the user has set up.
service [S123456789] <!> syslogd -n -s 512 -b 3 -t -- System log daemon
# klogd depends on syslogd, but BusyBox syslogd doesn't create a PID file to sync with
service [S123456789] <!pid/syslogd> klogd -n -- Kernel log daemon