aboutsummaryrefslogtreecommitdiffstats
path: root/util/startup.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/startup.lua')
-rw-r--r--util/startup.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/startup.lua b/util/startup.lua
index 92bf2987..1474de61 100644
--- a/util/startup.lua
+++ b/util/startup.lua
@@ -790,9 +790,9 @@ function startup.prosody()
startup.init_http_client();
startup.init_data_store();
startup.init_global_protection();
- startup.hook_posix_signals();
startup.prepare_to_start();
startup.notify_started();
+ startup.hook_posix_signals();
end
return startup;