diff options
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ if CFG_DATADIR then end end +require "core.loggingmanager" + if not require "util.dependencies".check_dependencies() then os.exit(1); end |