fix(worker): drop logfile reference until environment variable expansion works correctly
This commit is contained in:
parent
38efa9cd31
commit
e5385b0dac
|
@ -11,8 +11,7 @@ ExecStart=/usr/local/bin/celery worker \
|
||||||
--config=libretime_worker.config \
|
--config=libretime_worker.config \
|
||||||
--time-limit=1800 \
|
--time-limit=1800 \
|
||||||
--concurrency=1 \
|
--concurrency=1 \
|
||||||
--loglevel=INFO \
|
--loglevel=INFO
|
||||||
--logfile=$LIBRETIME_LOG_FILEPATH
|
|
||||||
User=libretime-worker
|
User=libretime-worker
|
||||||
Group=libretime-worker
|
Group=libretime-worker
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Reference in New Issue