16 Oct
2012
16 Oct
'12
3:56 a.m.
On Mon, Oct 15, 2012 at 10:50 PM, Gaetan Bisson <bisson@archlinux.org>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!