diff options
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) |