system: we seem to be restarting syslog later #5841

Which is better than this interim reload while blocking dynamic
backend scripts we want to be leaveraging.
This commit is contained in:
Franco Fichtner 2022-06-30 11:15:05 +02:00
parent d6826b15e6
commit 0499fb699c

View File

@ -109,14 +109,4 @@ rrd_configure(true, true);
/* XXX this seems misplaced */
system_powerd_configure(true);
/*
* Give syslog a kick after everything else has been
* initialized, otherwise it can occasionally fail to
* route syslog messages properly on both IPv4 and IPv6.
*
* XXX dynamic addressing might not be set up here yet,
* because these events are blocked by /var/run/booting
*/
system_syslog_start(true);
exit(0);