diff --git a/.etckeeper b/.etckeeper index b401e422..87666fe6 100755 --- a/.etckeeper +++ b/.etckeeper @@ -213,6 +213,9 @@ maybe chmod 0644 'cowpoke.conf' maybe chmod 0755 'cron.d' maybe chmod 0644 'cron.d/.placeholder' maybe chmod 0644 'cron.d/certbot' +maybe chmod 0644 'cron.d/jgdye_ddns' +maybe chmod 0644 'cron.d/jgdye_ping' +maybe chmod 0644 'cron.d/jgdye_rush' maybe chmod 0644 'cron.d/sysstat' maybe chmod 0755 'cron.daily' maybe chmod 0644 'cron.daily/.placeholder' diff --git a/cron.d/jgdye_ddns b/cron.d/jgdye_ddns new file mode 100644 index 00000000..8427671b --- /dev/null +++ b/cron.d/jgdye_ddns @@ -0,0 +1 @@ +*/5 * * * * jgdye /opt/jgdye/ipcheck.sh diff --git a/cron.d/jgdye_ping b/cron.d/jgdye_ping new file mode 100644 index 00000000..ffd24da5 --- /dev/null +++ b/cron.d/jgdye_ping @@ -0,0 +1 @@ +*/3 * * * * jgdye /opt/jgdye/pingcheck.sh diff --git a/cron.d/jgdye_rush b/cron.d/jgdye_rush new file mode 100644 index 00000000..ae46bc8b --- /dev/null +++ b/cron.d/jgdye_rush @@ -0,0 +1,2 @@ +*/15 15-20 * * 1-5 rush /opt/jgdye/rushretrieve.sh +14 0 * * * rush rm -f /home/rush/Podcasts/*.done