On Mon, Oct 15, 2012 at 10:50 PM, Gaetan Bisson <bisson@xxxxxxxxxxxxx>wrote: > [2012-10-15 22:25:58 -0300] Martín Cigorraga: > > Basically I need to know how to handle these daemons: > > hwclock > > Ditch it. Use NTP instead: > > sudo pacman -Syu ntp > systemctl start ntpd.service > > > dbus > > Do nothing. It will be automatically pulled by services that need it. > > Excellent. > > netfs > > Well, do you actually have network filesystems you wish to mount? > > -- > Gaetan > Yes I do, I have several NFS4 shares in my household network but I'm looking forward to implement Avahi/Zeroconf instead since NFS4 takes ages to give up at boot if the servers are offline. Should I still enable the service then? Thank you!