This commit is contained in:
Joey Hess 2014-03-31 01:31:47 -04:00
parent 51fc590b61
commit f9536060e8
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ runPropellor times = "/etc/cron.d/propellor" `File.hasContent`
, ""
, times ++ "\troot\tcd " ++ localdir ++ " && nice ionice -c 3 chronic make"
]
`requires` Apt.installed ["moreutils"]
`requires` Apt.installed ["util-linux", "cron", "moreutils"]
`describe` "cronned propeller"