From: Ralf Jung Date: Wed, 23 May 2018 19:07:52 +0000 (+0200) Subject: later prosody uses systemd to daemonize X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/ac9d127c4cd3ec4533f4ec3ea02dd69b517e6d50 later prosody uses systemd to daemonize --- diff --git a/roles/prosody/templates/prosody.cfg.lua b/roles/prosody/templates/prosody.cfg.lua index fd805cc..ab08c09 100644 --- a/roles/prosody/templates/prosody.cfg.lua +++ b/roles/prosody/templates/prosody.cfg.lua @@ -105,7 +105,7 @@ allow_registration = false -- Debian: -- send the server to background. -- -daemonize = true +daemonize = false -- Debian: -- Please, don't change this option since /var/run/prosody/ diff --git a/site.yml b/site.yml index ce0a363..1483ba9 100644 --- a/site.yml +++ b/site.yml @@ -56,6 +56,8 @@ - hosts: prosody # depends: letsencrypt gather_facts: no + pre_tasks: + - setup: roles: - prosody tags: prosody