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

@@ -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
}