mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
system: make this more generic to fit previous #5841
This commit is contained in:
parent
0499fb699c
commit
0948dd69bb
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# In some cases syslog-ng seems to be initialized partially, dropping some
|
||||
# messages on the floor. Forcing a restart at the end of the boot procedure
|
||||
# seems to fix that.
|
||||
#
|
||||
/usr/local/etc/rc.d/syslog-ng restart
|
||||
7
src/etc/rc.syshook.d/start/25-syslog
Executable file
7
src/etc/rc.syshook.d/start/25-syslog
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Restart syslog here to make use of dynamic addressing which might
|
||||
# have been missing during rc.bootup runtime due to blocking dynamic
|
||||
# backend scripts.
|
||||
|
||||
configctl -dq syslog restart
|
||||
Loading…
x
Reference in New Issue
Block a user