docker-GLPI/service/cron/run
root 815cc5ed55 Correction de bug dans glpi_init.sh
Remplacement de supervisor par runit
Correction de cron qui ne semble pas s'exécuter normalement
2020-08-06 10:03:42 +02:00

7 lines
218 B
Bash
Executable File

#!/bin/sh
# Touch cron files to fix 'NUMBER OF HARD LINKS > 1' issue. See https://github.com/phusion/baseimage-docker/issues/198
touch -c /etc/crontab /etc/cron.*/* /var/spool/cron/crontabs/*
exec /usr/sbin/cron -f