diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-04 21:08:56 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-04 21:08:56 -0400 |
| commit | cfbdc009a898ac87bd17c2876f71c694fad2f5eb (patch) | |
| tree | 0999701952023e9d1f802830c1e1fe83b205df15 | |
| parent | 25c07337f8d03a3aac5fd7d5952f01fe3d1551f5 (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 6f6e7134..6911581c 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -325,6 +325,7 @@ iabak = host "iabak.archiveteam.org" & Cron.niceJob "shardstats" (Cron.Times "*/30 * * * *") "root" "/" "/usr/local/IA.BAK/shardstats-all" & Cron.runPropellor (Cron.Times "30 * * * *") + & Apt.installed ["graphite-carbon", "graphite-web"] where repo = "https://github.com/ArchiveTeam/IA.BAK/" |
