diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 19:19:37 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 19:19:37 -0400 |
| commit | 50fb9961f3dfd5fcce8875c6b2b216da35cf7c42 (patch) | |
| tree | 84b1462108e436b03fc219093f065c75d491be7c /doc | |
| parent | 392386ee3a3d8c36fdaba8aaab2338601c8507e4 (diff) | |
| parent | 9770cc80f783347581fa4f5265ce0e44c7dcc578 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/haskell_newbie.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn index 15a63b91..7eea9f86 100644 --- a/doc/haskell_newbie.mdwn +++ b/doc/haskell_newbie.mdwn @@ -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 * * * *" """]] |
