diff --git a/scripts/latecommand.tar.gz b/scripts/latecommand.tar.gz index dfee392..17d2630 100644 Binary files a/scripts/latecommand.tar.gz and b/scripts/latecommand.tar.gz differ diff --git a/scripts/latecommand/post.sh b/scripts/latecommand/post.sh index 709cfb2..c856aff 100755 --- a/scripts/latecommand/post.sh +++ b/scripts/latecommand/post.sh @@ -23,7 +23,7 @@ fi cp "${RSYSLOGD_SYSLOG_CONF}" "${RSYSLOGD_SYSLOG_FILE}" # Restart Rsyslog service -/etc/init.d/rsyslog restart +systemctl restart rsyslog ### Logrotate {{{ diff --git a/scripts/latecommand/rsyslog/99syslog.conf b/scripts/latecommand/rsyslog/99syslog.conf index 05425a8..e6f3e94 100644 --- a/scripts/latecommand/rsyslog/99syslog.conf +++ b/scripts/latecommand/rsyslog/99syslog.conf @@ -47,6 +47,8 @@ local7.* /var/log/local7.log *.=debug;\ auth,authpriv.none;\ news.none;mail.none -/var/log/debug + +# All logs.\ *.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\