diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 19:18:54 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 19:18:54 -0400 |
| commit | 392386ee3a3d8c36fdaba8aaab2338601c8507e4 (patch) | |
| tree | d4649160af5da4d4e44f30774784f9548a9feddb | |
| parent | dc489bd3b20ed384366fa14e0f2102f34728eb84 (diff) | |
| parent | f33b8d0a3d015dc627e9c86769020748b3fe9306 (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | doc/haskell_newbie.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn index 5867ccfa..15a63b91 100644 --- a/doc/haskell_newbie.mdwn +++ b/doc/haskell_newbie.mdwn @@ -63,6 +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" & Cron.runPropellor "30 * * * *" """]] |
