From 9aa071a32d7cabdefa125a42daee7766dfd757e0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Feb 2025 15:42:42 -0500 Subject: [PATCH] crontab add --- crontabX | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 crontabX diff --git a/crontabX b/crontabX new file mode 100644 index 0000000..67b5934 --- /dev/null +++ b/crontabX @@ -0,0 +1,7 @@ +SHELL=/bin/bash +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + +* * * * * /yankee-gnome-fire-consumer/consumer.bash >> /var/log/yankee.log + +* * * * * /yankee-gnome-fire-consumer/ping.bash >> /var/log/cron.log 2>&1 +