diff options
| -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" |
