add cron support
This commit is contained in:
parent
541641f90c
commit
0f89e98902
2
src/rootfs/etc/crontabs/nginx
Normal file
2
src/rootfs/etc/crontabs/nginx
Normal file
@ -0,0 +1,2 @@
|
||||
# min hour day month weekday command
|
||||
* * * * * /usr/bin/php /var/www/glpi/front/cron.php
|
@ -9,5 +9,6 @@ if [ "$INSTALL_OK" = "1" ] ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
/usr/sbin/crond -b
|
||||
/usr/sbin/php-fpm*
|
||||
/usr/sbin/nginx
|
||||
|
Loading…
Reference in New Issue
Block a user