small changes to log handling in cron
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7875f63643
commit
fedda7b774
@ -1,2 +1,2 @@
|
||||
SHELL=/bin/sh
|
||||
*/15 * * * * /usr/bin/php -f /var/www/app/app/actualize_script.php
|
||||
*/15 * * * * /usr/bin/php -f /var/www/app/app/actualize_script.php >/tmp/freshrss_sync.log 2>&1
|
||||
|
@ -34,6 +34,6 @@ if [ -f "/var/www/app/data/do-install.txt" ]; then
|
||||
rm -rf /var/www/app/data/do-install.txt
|
||||
fi
|
||||
|
||||
exec supercronic -split-logs /etc/crontabs/nginx &
|
||||
exec php-fpm7 -F &
|
||||
supercronic /etc/crontabs/nginx &
|
||||
php-fpm7 -F &
|
||||
exec nginx -g "daemon off;"
|
||||
|
Reference in New Issue
Block a user