forked from Docker/baseimage-docker
Start syslog-ng before runit, and stop after runit.
When syslog-ng is managed as an runit service, application logs may be lost during shutdown, when the syslog-ng service stops before the app exits. This change uses the my_init.d directory to manage syslog-ng at a lower runlevel than runit.
This commit is contained in:
3
image/services/syslog-ng/syslog-ng.shutdown
Executable file
3
image/services/syslog-ng/syslog-ng.shutdown
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/etc/init.d/syslog-ng stop
|
||||
Reference in New Issue
Block a user