Merge pull request #584 from HitLuca/healthchecks.io-cron-update

Removed cron_file command from cron task
This commit is contained in:
David Stephens 2022-08-18 07:42:19 +01:00 committed by GitHub
commit 3b2c4fa0b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,5 +4,4 @@
name: healthchecks.io
minute: "*/{{ healthchecks_ping_minutes }}"
user: root
cron_file: /etc/crontab
job: "curl -m 10 --retry 5 {{ healthchecks_url }}"