Maj for glpi 10.0.14 and php82

This commit is contained in:
Benoit LORAND
2024-03-28 18:20:48 +01:00
parent c2be36c3b1
commit 7185af5c2d
32 changed files with 270 additions and 7725 deletions

10
web-builder/service/cron Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
. /etc/service/template
msglog green "Starting Cron..."
/etc/service/php
# Touch cron files to fix 'NUMBER OF HARD LINKS > 1' issue. See https://github.com/phusion/baseimage-docker/issues/198
chown -R apache:apache /var/www/glpi /etc/glpi /var/lib/glpi /var/log/glpi
touch -c /etc/crontab /etc/cron.*/* /var/spool/cron/crontabs/*
exec /usr/sbin/crond -f -L /dev/stdout