Merge branch 'joeyconfig'

This commit is contained in:
Joey Hess 2015-04-14 14:52:26 -04:00
commit 08a38e705b
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ gitServer = propertyList "iabak git server" $ props
& 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.niceJob "shardmaint" Cron.Daily "root" "/"
"/usr/local/IA.BAK/shardmaint"
where
repo = "https://github.com/ArchiveTeam/IA.BAK/"