aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/rc.conf b/rc.conf
index 9700480..303a035 100644
--- a/rc.conf
+++ b/rc.conf
@@ -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)