This commit is contained in:
Joey Hess 2014-04-19 19:19:37 -04:00
parent f33b8d0a3d
commit 9770cc80f7
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Some other properties you may find in your config.hs, or want to add:
[[!format haskell """
& Apt.unattendedUpgrades
& User.hasSomePassword "root"
& "/etc/default/foodaemon" `File.containsLine` "ENABLED=yes"
& "/etc/default/foodaemon" `File.containsLine` "ENABLED=yes"
& Cron.runPropellor "30 * * * *"
"""]]