mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
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:
parent
d6826b15e6
commit
0499fb699c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user