debian: always run hobo agent with python 2 (#36095)

This commit is contained in:
Frédéric Péters 2019-09-13 09:54:06 +02:00
parent a4b8d7b583
commit 4f3bfc31eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[program:hobo-agent]
; Concurrency set to 1 because there is no lock around calls to hobo_notify
command=celery worker --hostname=agent.%%h --app=hobo.agent.worker --loglevel=INFO --concurrency=1
command=python2.7 /usr/bin/celery worker --hostname=agent.%%h --app=hobo.agent.worker --loglevel=INFO --concurrency=1
environment=HOBO_AGENT_SETTINGS_FILE="/etc/hobo-agent/settings.py"
process_name=hobo-agent
user=hobo-agent