mod_posix: Daemonize later

Daemonizing later means we can use that as a "successful startup"
signal and problems can be reported via exit code.
This commit is contained in:
Kim Alvefur 2020-09-08 22:50:43 +02:00
parent e419f0b5f4
commit 33e7e5ef2d

View file

@ -117,9 +117,7 @@ if daemonize then
write_pidfile();
end
end
if not prosody.start_time then -- server-starting
daemonize_server();
end
module:hook("server-started", daemonize_server)
else
-- Not going to daemonize, so write the pid of this process
write_pidfile();