From 6358d9e6b1abd4514f7d342334d3a3e0d8b276a0 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 26 Sep 2011 12:16:39 +0200 Subject: rc.conf: disable hwclock and netfs by default These are only useful to a minority of users. Signed-off-by: Tom Gundersen --- rc.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'rc.conf') 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) -- cgit v1.2.3