1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Upon rotating /var/log/syslog, restart syslog-forwarder

This commit is contained in:
Hongli Lai (Phusion)
2016-07-08 20:20:25 +02:00
parent c6cc1cb8e9
commit 9001796aa8

View File

@@ -8,6 +8,7 @@
compress
postrotate
sv reload syslog-ng > /dev/null
sv restart syslog-forwarder > /dev/null
endscript
}