summaryrefslogtreecommitdiff
path: root/Propellor/Property/Cron.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 01:31:47 -0400
committerJoey Hess2014-03-31 01:31:47 -0400
commitf9536060e86971f37f337132de9a4a0ed327e727 (patch)
tree995c6dcd4806a1d458962cb4f58207cb92ae16dc /Propellor/Property/Cron.hs
parent51fc590b61a7e68a5e038919f1aaea7a1d9fcc71 (diff)
tweak
Diffstat (limited to 'Propellor/Property/Cron.hs')
-rw-r--r--Propellor/Property/Cron.hs2
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"