Skip to content

Commit

Permalink
Fix for 0.12+
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Dec 18, 2024
1 parent 96d50c8 commit faf34ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function _start() {

makeCertificate();

await exec("prosody", {
await exec("prosody -D", {
cwd: DATA_PATH,
env: {
...process.env,
Expand Down
1 change: 0 additions & 1 deletion server/prosody.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ modules_disabled = {
"s2s";
}

daemonize = true;
pidfile = lfs.currentdir() .. "/prosody.pid";

allow_registration = true;
Expand Down

0 comments on commit faf34ef

Please sign in to comment.