bench
bench copied to clipboard
fix: setup: supervisor conf not deployed the first time setting up production
Common site settings restart_supervisor_on_update
and restart_systemd_on_update
are both False
initially, so supervisor is used by default, but the conf files are never deployed.
I therefore suggest setting it manually before it is written in the actual common_site_config.json
.