diff --git a/Changelog.md b/Changelog.md index f0d0cb1..f5a46b4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,8 @@ * Upgraded to Ubuntu 16.04. Thanks to Pierre Jacomet for submitting this patch. * During shutdown, repeatedly tell Runit to shutdown services in order to workaround a potential race condition in Runit itself. Closes GH-315. Thanks to Chris Kite for submitting this patch. - * Fixes a problem in PAM which may cause chpasswd and related tools to fail. This is caused by Docker bug 6345 which is already closed, but for some reason the problem still persists. Closes GH-181. Thanks to Michael Zedeler for submitting the patch. + * Fixed a problem in PAM which may cause chpasswd and related tools to fail. This is caused by Docker bug 6345 which is already closed, but for some reason the problem still persists. Closes GH-181. Thanks to Michael Zedeler for submitting the patch. + * Fixed the syslog-ng logrotate script to correctly restart the syslog-to-Docker-logs forwarder. ## 0.9.18 (release date: 2015-12-08) diff --git a/image/services/syslog-ng/logrotate_syslogng b/image/services/syslog-ng/logrotate_syslogng index b56ffc3..7842bbc 100644 --- a/image/services/syslog-ng/logrotate_syslogng +++ b/image/services/syslog-ng/logrotate_syslogng @@ -33,6 +33,6 @@ sharedscripts postrotate sv reload syslog-ng > /dev/null - sv restart cron-log-forwarder > /dev/null + sv restart syslog-forwarder > /dev/null endscript }