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
|
@ -311,7 +311,7 @@ sudo nano /etc/cron.d/libretime-schedule
|
|||
containing the line:
|
||||
|
||||
```
|
||||
* * * * * www-data /usr/local/bin/libretime-schedule.sh
|
||||
* * * * * libretime /usr/local/bin/libretime-schedule.sh
|
||||
```
|
||||
|
||||
The schedule server will now be serving the same show information as the LibreTime server, with a cache lifetime of one minute. You can adjust the cache lifetime by altering the frequency of the cron job that polls the LibreTime server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue