mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
configured syslog-ng to log to stdout directly instead of using tail (#438)
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
compress
|
||||
postrotate
|
||||
sv reload syslog-ng > /dev/null
|
||||
sv restart syslog-forwarder > /dev/null
|
||||
endscript
|
||||
}
|
||||
|
||||
@@ -34,6 +33,5 @@
|
||||
sharedscripts
|
||||
postrotate
|
||||
sv reload syslog-ng > /dev/null
|
||||
sv restart syslog-forwarder > /dev/null
|
||||
endscript
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user