Rsyslog: add empty line (fix #13).
This commit is contained in:
parent
dea007b177
commit
d9f5eedc7d
Binary file not shown.
|
@ -23,7 +23,7 @@ fi
|
|||
cp "${RSYSLOGD_SYSLOG_CONF}" "${RSYSLOGD_SYSLOG_FILE}"
|
||||
|
||||
# Restart Rsyslog service
|
||||
/etc/init.d/rsyslog restart
|
||||
systemctl restart rsyslog
|
||||
|
||||
### Logrotate {{{
|
||||
|
||||
|
|
|
@ -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;\
|
||||
|
|
Loading…
Reference in New Issue