Avoid deprecated daemonize option
Description:
This package explicitly adds the daemonize = true
option to the default config. It is needed since the service file starts prosody
in foreground with -F
. The daemonize option is deprecated since 0.12 and the -D
command line option should instead be used the in the service file.
Additional info:
Running prosodyctl check config
on the default config warns that
You have some deprecated options in the global section:
'daemonize' -- instead, use the --daemonize/-D or --foreground/-F command line flags
Package version: 1:13.0.1-1
Thanks!