Fix log cleanup and cron service log name.

This commit is contained in:
Buster Neece 2023-01-21 02:53:22 -06:00
parent b16f2a94ce
commit cc314f6f24
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
exec tmpreaper 12h --verbose \
--protect '.tmpreaper' \
--protect 'proxies' \
--protect 'service_*.log' \
/tmp/app_nginx_client \
/tmp/app_fastcgi_temp \
/var/azuracast/stations/*/temp \

View File

@ -5,7 +5,7 @@ numprocs=1
autostart=true
autorestart=true
stdout_logfile=/var/azuracast/www_tmp/service_crond.log
stdout_logfile=/var/azuracast/www_tmp/service_cron.log
stdout_logfile_maxbytes=5MB
stdout_logfile_backups=5
redirect_stderr=true