diff options
| author | Nicols de la Torre <ndelatorre@moikz.com.ar> | 2015-09-30 05:08:50 -0300 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-01 09:09:59 +0200 |
| commit | fe89259459e7cda0e910589eb8491dcf4459e8df (patch) | |
| tree | 1e2e7bd8cbb2c7cc8c7132e81fb2a3fb37f50ea7 /testing/prosody/prosody.cfg.lua.patch | |
| parent | 0597c965ca282b6e5faae5d320b0a849fded41b2 (diff) | |
| download | aports-fe89259459e7cda0e910589eb8491dcf4459e8df.tar.bz2 aports-fe89259459e7cda0e910589eb8491dcf4459e8df.tar.xz | |
Fixed prosody user creation and changed config to use /var/run/prosody dir for pidfile
Diffstat (limited to 'testing/prosody/prosody.cfg.lua.patch')
| -rw-r--r-- | testing/prosody/prosody.cfg.lua.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/prosody/prosody.cfg.lua.patch b/testing/prosody/prosody.cfg.lua.patch index 9b837c85b5..444eeb6f82 100644 --- a/testing/prosody/prosody.cfg.lua.patch +++ b/testing/prosody/prosody.cfg.lua.patch @@ -6,7 +6,7 @@ diff -wbBur prosody-0.9.0.q/prosody.cfg.lua.dist prosody-0.9.0/prosody.cfg.lua.d -- blanks. Good luck, and happy Jabbering! +daemonize = true -+pidfile = "/run/prosody/prosody.pid" ++pidfile = "/var/run/prosody/prosody.pid" ---------- Server-wide settings ---------- -- Settings in this section apply to the whole server and are the default settings |
