diff options
author | Tom Gundersen <teg@jklm.no> | 2011-09-26 12:16:39 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-09-26 12:18:28 +0200 |
commit | 6358d9e6b1abd4514f7d342334d3a3e0d8b276a0 (patch) | |
tree | cd85da16ef8872de3c40a46c420c1f6ebca4e552 /rc.conf | |
parent | 21f1a7c7eb961c5049fa6d05f95361bdad245dc9 (diff) |
rc.conf: disable hwclock and netfs by default
These are only useful to a minority of users.
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -113,7 +113,10 @@ NETWORK_PERSIST="no" # - prefix a daemon with a ! to disable it # - prefix a daemon with a @ to start it up in the background # -# If something other takes care of your hardware clock (ntpd, dual-boot...) -# you should disable 'hwclock' here. +# If you are sure nothing else touches your hardware clock (such as ntpd or +# a dual-boot), you might want to enable 'hwclock'. Note that this will only +# make a difference if the hwclock program has been calibrated correctly. # -DAEMONS=(hwclock syslog-ng network netfs crond) +# If you use a network filesystem you should enable 'netfs'. +# +DAEMONS=(syslog-ng network crond) |