feat: use dedicated 'libretime' user
BREAKING CHANGE: The default `www-data` user has been replaced by a dedicated `libretime` user to run the services. Be sure to change the ownership of the libretime files.
This commit is contained in:
parent
0bb792d047
commit
2f205544c2
16 changed files with 50 additions and 25 deletions
|
@ -14,8 +14,8 @@ ExecStart=/usr/bin/sh -c 'celery worker \
|
|||
--concurrency=1 \
|
||||
--loglevel=INFO \
|
||||
--logfile=$LIBRETIME_LOG_FILEPATH'
|
||||
User=libretime-worker
|
||||
Group=libretime-worker
|
||||
User=libretime
|
||||
Group=libretime
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue