plugins/mod_posix.lua
changeset 11066 dd3b1b9d867d
parent 11051 93cdd1ece689
child 11183 96da09c771a1
--- a/plugins/mod_posix.lua	Thu Sep 03 13:10:46 2020 +0100
+++ b/plugins/mod_posix.lua	Tue Sep 08 22:50:43 2020 +0200
@@ -117,9 +117,7 @@
 			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();