aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-09-26 12:16:39 +0200
committerTom Gundersen <teg@jklm.no>2011-09-26 12:18:28 +0200
commit6358d9e6b1abd4514f7d342334d3a3e0d8b276a0 (patch)
treecd85da16ef8872de3c40a46c420c1f6ebca4e552 /rc.conf
parent21f1a7c7eb961c5049fa6d05f95361bdad245dc9 (diff)
downloadinitscripts-6358d9e6b1abd4514f7d342334d3a3e0d8b276a0.tar.xz
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.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)