unclev / prosody-docker-extended

Docker image building system for the Prosody XMPP server with Community Modules and telnet console
MIT License
25 stars 9 forks source link

mod_posix warns the 'daemonize' option has been deprecated #17

Open unclev opened 4 years ago

unclev commented 4 years ago

From the server logs:

mod_posix           warn       The 'daemonize' option has been deprecated, specify -D or -F on the command line instead.

As per the mod_posix documentation:

Whether to daemonize Prosody or not. DEPRECATED since 0.12, use command line flags -D or -F instead.

// TODO: low priority.