From 50db81d8bebc1c5fcc3703c3835534efb237afc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernestas=20Luko=C5=A1evi=C4=8Dius?= Date: Wed, 16 Mar 2016 18:35:06 +0200 Subject: [PATCH] Fix incorrect runit service name for syslog tail Closes GH-292. --- Changelog.md | 3 ++- image/services/syslog-ng/logrotate_syslogng | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 }