fix(worker): drop logfile reference until environment variable expansion works correctly

This commit is contained in:
Kyle Robbertze 2022-03-28 20:58:14 +02:00 committed by Kyle Robbertze
parent 38efa9cd31
commit e5385b0dac
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ ExecStart=/usr/local/bin/celery worker \
--config=libretime_worker.config \
--time-limit=1800 \
--concurrency=1 \
--loglevel=INFO \
--logfile=$LIBRETIME_LOG_FILEPATH
--loglevel=INFO
User=libretime-worker
Group=libretime-worker
Restart=always