diff --git a/config-joey.hs b/config-joey.hs index 42c1e04..6f6e713 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -324,6 +324,7 @@ iabak = host "iabak.archiveteam.org" & File.containsLine "/etc/sudoers" "www-data ALL=NOPASSWD:/usr/local/IA.BAK/pushed.sh" & Cron.niceJob "shardstats" (Cron.Times "*/30 * * * *") "root" "/" "/usr/local/IA.BAK/shardstats-all" + & Cron.runPropellor (Cron.Times "30 * * * *") where repo = "https://github.com/ArchiveTeam/IA.BAK/"