mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
- cli: add '-r' to log/pager/follow for "raw" control chars, including unicode - sysklogd: backport unicode fix for em-dash character (—) in slogan - sysklogd: drop old patches - sysklogd: run in 8-bit safe mode Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
5 lines
274 B
Plaintext
5 lines
274 B
Plaintext
# Use <pid/syslogd> as barrier for other system tasks and service that
|
|
# rely on modules, firmware, and device nodes to be ready.
|
|
service if:udevd nowarn env:-/etc/default/sysklogd <run/udevadm:post/success> \
|
|
[S0123456789] syslogd -8 -F $SYSLOGD_ARGS -- System log daemon
|