aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index f45e9ecb..dd0374d5 100755
--- a/prosody
+++ b/prosody
@@ -80,4 +80,4 @@ end
loop();
-startup.shutdown();
+thread:run(startup.shutdown);