diff options
Diffstat (limited to 'util/startup.lua')
-rw-r--r-- | util/startup.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/startup.lua b/util/startup.lua index 627c7015..45d5c5c2 100644 --- a/util/startup.lua +++ b/util/startup.lua @@ -484,10 +484,11 @@ end -- prosodyctl only function startup.prosodyctl() startup.read_config(); + startup.init_global_state(); startup.chdir(); + startup.switch_user(); startup.check_dependencies(); startup.force_console_logging(); - startup.init_global_state(); startup.init_logging(); startup.log_dependency_warnings(); startup.check_unwriteable(); |