docker_images/uptime/check/launch.sh
Fabien BOURGEOIS b53a107471 [REF]Uptime now uses Python config file
Because of env limit with cronie on OL8
2021-10-23 14:36:49 +02:00

4 lines
96 B
Bash

#!/bin/bash
crontab ./crontab && touch /var/log/cron.log && crond && tail -f /var/log/cron.log