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

Fix incorrect runit service name for syslog tail

Closes GH-292.
This commit is contained in:
Ernestas Lukoševičius
2016-03-16 18:35:06 +02:00
committed by Hongli Lai (Phusion)
parent 82862ec7f7
commit 50db81d8be
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
* Upgraded to Ubuntu 16.04. Thanks to Pierre Jacomet for submitting this patch. * 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. * 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) ## 0.9.18 (release date: 2015-12-08)

View File

@@ -33,6 +33,6 @@
sharedscripts sharedscripts
postrotate postrotate
sv reload syslog-ng > /dev/null sv reload syslog-ng > /dev/null
sv restart cron-log-forwarder > /dev/null sv restart syslog-forwarder > /dev/null
endscript endscript
} }