add cron support

This commit is contained in:
Paolo Asperti 2024-01-05 11:35:26 +01:00
parent 541641f90c
commit 0f89e98902
Signed by: paspo
GPG Key ID: 06D46905D19D5182
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# min hour day month weekday command
* * * * * /usr/bin/php /var/www/glpi/front/cron.php

View File

@ -9,5 +9,6 @@ if [ "$INSTALL_OK" = "1" ] ; then
fi
fi
/usr/sbin/crond -b
/usr/sbin/php-fpm*
/usr/sbin/nginx