Print initialisation notice before forking
This commit is contained in:
parent
856ecd0011
commit
545668de33
1 changed files with 3 additions and 3 deletions
|
@ -586,11 +586,11 @@ main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
check_pidfile(pidFileName);
|
check_pidfile(pidFileName);
|
||||||
|
|
||||||
if(!server_state_foreground)
|
|
||||||
make_daemon();
|
|
||||||
|
|
||||||
inotice("starting %s ...", ircd_version);
|
inotice("starting %s ...", ircd_version);
|
||||||
inotice("%s", rb_lib_version());
|
inotice("%s", rb_lib_version());
|
||||||
|
|
||||||
|
if(!server_state_foreground)
|
||||||
|
make_daemon();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Init the event subsystem */
|
/* Init the event subsystem */
|
||||||
|
|
Loading…
Reference in a new issue