feat(glpi): added GLPI CLI cron to run every minute
This cron job takes car of the GLPI automatic actions. !1
This commit is contained in:
5
includes/etc/cron.d/glpi-cron
Normal file
5
includes/etc/cron.d/glpi-cron
Normal file
@ -0,0 +1,5 @@
|
||||
#
|
||||
# GPLI Automatic Actions
|
||||
#
|
||||
# m h dom mon dow user command
|
||||
* * * * * www-data /usr/bin/php /var/www/html/front/cron.php &>/dev/null
|
Reference in New Issue
Block a user