Rsyslog: add empty line (fix #13).

This commit is contained in:
Jeremy Gardais 2017-09-06 10:22:14 +02:00
parent dea007b177
commit d9f5eedc7d
3 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -23,7 +23,7 @@ fi
cp "${RSYSLOGD_SYSLOG_CONF}" "${RSYSLOGD_SYSLOG_FILE}" cp "${RSYSLOGD_SYSLOG_CONF}" "${RSYSLOGD_SYSLOG_FILE}"
# Restart Rsyslog service # Restart Rsyslog service
/etc/init.d/rsyslog restart systemctl restart rsyslog
### Logrotate {{{ ### Logrotate {{{

View File

@ -47,6 +47,8 @@ local7.* /var/log/local7.log
*.=debug;\ *.=debug;\
auth,authpriv.none;\ auth,authpriv.none;\
news.none;mail.none -/var/log/debug news.none;mail.none -/var/log/debug
# All logs.\
*.=info;*.=notice;*.=warn;\ *.=info;*.=notice;*.=warn;\
auth,authpriv.none;\ auth,authpriv.none;\
cron,daemon.none;\ cron,daemon.none;\