mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 22:58:38 +01:00
syslog-ng: restore service "reload" to actually working
Commit44a16cabroke syslog-ng such that it no longer works with logrotate, for example. Yes, you can manually stop and start the service, but (1) you shouldn't have to and (2) it creates a window where you potentially lose messages if the syslog UDP socket overruns. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> (cherry picked from commitc27f4ca53b)
This commit is contained in:
committed by
Josef Schlehofer
parent
0e80f0486b
commit
64ebad3fd9
@@ -11,3 +11,7 @@ start_service() {
|
||||
procd_set_param command /usr/sbin/syslog-ng --foreground
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
/usr/sbin/syslog-ng-ctl reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user