diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 01:31:47 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 01:31:47 -0400 |
| commit | f9536060e86971f37f337132de9a4a0ed327e727 (patch) | |
| tree | 995c6dcd4806a1d458962cb4f58207cb92ae16dc | |
| parent | 51fc590b61a7e68a5e038919f1aaea7a1d9fcc71 (diff) | |
tweak
| -rw-r--r-- | Propellor/Property/Cron.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Cron.hs b/Propellor/Property/Cron.hs index a3bc745d..212e94e9 100644 --- a/Propellor/Property/Cron.hs +++ b/Propellor/Property/Cron.hs @@ -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" |
