tweak
This commit is contained in:
parent
51fc590b61
commit
f9536060e8
|
@ -17,5 +17,5 @@ runPropellor times = "/etc/cron.d/propellor" `File.hasContent`
|
||||||
, ""
|
, ""
|
||||||
, times ++ "\troot\tcd " ++ localdir ++ " && nice ionice -c 3 chronic make"
|
, times ++ "\troot\tcd " ++ localdir ++ " && nice ionice -c 3 chronic make"
|
||||||
]
|
]
|
||||||
`requires` Apt.installed ["moreutils"]
|
`requires` Apt.installed ["util-linux", "cron", "moreutils"]
|
||||||
`describe` "cronned propeller"
|
`describe` "cronned propeller"
|
||||||
|
|
Loading…
Reference in New Issue