Skip to content

Commit

Permalink
FIX: setup production command: supervisor conf not deployed the first…
Browse files Browse the repository at this point in the history
… time
  • Loading branch information
marc-dll committed Feb 22, 2024
1 parent bc942e6 commit 72ba24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench/config/production_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def setup_production(user, bench_path=".", yes=False):
generate_systemd_config(bench_path=bench_path, user=user, yes=yes)
else:
print("Setting Up supervisor...")
conf.update({"restart_supervisor_on_update": True}) # This conf is False the first time, it is set later
check_supervisord_config(user=user)
generate_supervisor_config(bench_path=bench_path, user=user, yes=yes)

Expand Down

0 comments on commit 72ba24b

Please sign in to comment.