mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.startup: Back out 598df17b8ebb
Broke signal handling again, such that an early s2s connection results in libunbound catching signals and getting Prosody killed on e.g. SIGHUP This returns to the situation where prosody --daemonize does not respond to signals.
This commit is contained in:
parent
ed94077e82
commit
1b62552e1d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue