small changes to log handling in cron
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-10-09 10:01:15 +02:00
parent 7875f63643
commit fedda7b774
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;"