sysklogd: force klogd to use the system call API

This fixes compatibility with LXC and LXD containers.
This commit is contained in:
James Buren 2019-02-09 15:59:00 -06:00 committed by Juergen Daubert
parent fae8ea2022
commit 7bc644f97d

View File

@ -23,7 +23,7 @@ print_status() {
case $1 in
start)
$SSD --start --pidfile $SLOG_PID --exec $SLOG
$SSD --start --pidfile $KLOG_PID --exec $KLOG -- -c4
$SSD --start --pidfile $KLOG_PID --exec $KLOG -- -s -c4
;;
stop)
$SSD --stop --retry 10 --pidfile $SLOG_PID