This fixes the following error that occurs if /var/lib/prosody is not owned by UID 101.
mod_posix error Couldn't write pidfile at /var/run/prosody/prosody.pid; /var/run/prosody/prosody.pid: Permission denied
Maybe #63 handles permissions better, but I didn't evaluate it properly. I only saw it introduces more significant changes and it's not merged yet, while my MR doesn't really change anything. It simply fixes what #62 missed.
This fixes the following error that occurs if
/var/lib/prosody
is not owned by UID 101.Maybe #63 handles permissions better, but I didn't evaluate it properly. I only saw it introduces more significant changes and it's not merged yet, while my MR doesn't really change anything. It simply fixes what #62 missed.