Skip to content

Commit

Permalink
Update celerybeat.service
Browse files Browse the repository at this point in the history
  • Loading branch information
mfonville authored and auvipy committed Nov 3, 2020
1 parent 7434545 commit d2a9b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/systemd/celerybeat.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ WorkingDirectory=/opt/celery
ExecStart=/bin/sh -c '${CELERY_BIN} -A ${CELERY_APP} beat \
--pidfile=${CELERYBEAT_PID_FILE} \
--logfile=${CELERYBEAT_LOG_FILE} --loglevel=${CELERYD_LOG_LEVEL}'
Restart=always

[Install]
WantedBy=multi-user.target

0 comments on commit d2a9b74

Please sign in to comment.