mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
Fixed wrong line breaks in syslog-ng's logrotate config
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/var/log/syslog
|
||||
{
|
||||
/var/log/syslog {
|
||||
rotate 7
|
||||
daily
|
||||
missingok
|
||||
@@ -24,8 +23,7 @@
|
||||
/var/log/lpr.log
|
||||
/var/log/cron.log
|
||||
/var/log/debug
|
||||
/var/log/messages
|
||||
{
|
||||
/var/log/messages {
|
||||
rotate 4
|
||||
weekly
|
||||
missingok
|
||||
|
||||
Reference in New Issue
Block a user