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 \
|
||||
--time-limit=1800 \
|
||||
--concurrency=1 \
|
||||
--loglevel=INFO \
|
||||
--logfile=$LIBRETIME_LOG_FILEPATH
|
||||
--loglevel=INFO
|
||||
User=libretime-worker
|
||||
Group=libretime-worker
|
||||
Restart=always
|
||||
|
|
Loading…
Reference in New Issue