Skip to content
Snippets Groups Projects
Commit 859bdf94 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct iPPI-DB service file

parent 13644654
No related branches found
No related tags found
1 merge request!13Master
Pipeline #27725 passed
......@@ -9,13 +9,13 @@ Group=ippidb
EnvironmentFile=-/etc/default/ippidb-{{ http_port }}-celeryd
WorkingDirectory=/home/ippidb/ippidb-web-{{ http_port }}/ippisite
ExecStart=/bin/sh -c '${CELERY_BIN} multi start ${CELERYD_NODES} \
-Q ${CELERYD_QUEUE}
-Q ${CELERYD_QUEUE} \
-A ${CELERY_APP} --pidfile=${CELERYD_PID_FILE} \
--logfile=${CELERYD_LOG_FILE} --loglevel=${CELERYD_LOG_LEVEL} ${CELERYD_OPTS}'
ExecStop=/bin/sh -c '${CELERY_BIN} multi stopwait ${CELERYD_NODES} \
--pidfile=${CELERYD_PID_FILE}'
ExecReload=/bin/sh -c '${CELERY_BIN} multi restart ${CELERYD_NODES} \
-Q ${CELERYD_QUEUE}
-Q ${CELERYD_QUEUE} \
-A ${CELERY_APP} --pidfile=${CELERYD_PID_FILE} \
--logfile=${CELERYD_LOG_FILE} --loglevel=${CELERYD_LOG_LEVEL} ${CELERYD_OPTS}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment