Fix incorrect runit service name for syslog tail

Closes GH-292.
This commit is contained in:
Ernestas Lukoševičius
2016-07-08 20:16:33 +02:00
committed by Hongli Lai (Phusion)
parent 82862ec7f7
commit 50db81d8be
2 changed files with 3 additions and 2 deletions
+1 -1
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
}