From f9536060e86971f37f337132de9a4a0ed327e727 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 01:31:47 -0400 Subject: tweak --- Propellor/Property/Cron.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Property/Cron.hs') 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" -- cgit v1.2.3