system: make this more generic to fit previous #5841

This commit is contained in:
Franco Fichtner 2022-06-30 11:22:56 +02:00
parent 0499fb699c
commit 0948dd69bb
2 changed files with 7 additions and 8 deletions

View File

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

View 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