diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-03 02:32:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-03 02:32:34 -0400 |
| commit | 25c07337f8d03a3aac5fd7d5952f01fe3d1551f5 (patch) | |
| tree | c2e0330a75a47828408571e74648ff6624ac44c2 | |
| parent | f545bf361578cd3b46198545632c27c072a7b78b (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 42c1e04b..6f6e7134 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/" |
