Skip to content

Commit

Permalink
supervisord.conf: rename 'Django-Q' program label
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Apr 10, 2021
1 parent c6832d1 commit 3779dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
environment=LC_ALL='en_US.UTF-8',LANG='en_US.UTF-8',HOME="/home/test",USER="test"

[program:qcluster]
[program:django-q]
command=pipenv run python3 manage.py qcluster
stopasgroup=true
autostart=true
Expand Down

0 comments on commit 3779dff

Please sign in to comment.