rpclockd
rpclockd is a lightweight Unix utility designed to synchronize a system's hardware clock with an external Network Time Protocol (NTP) server. It is particularly useful in environments where a dedicated NTP daemon like ntpd or chronyd is not required, or where minimal overhead is preferred. The name "rpclockd" is derived from its original purpose of providing a simple replacement for the older rp_time daemon, which was part of the BSD operating system family.
The program operates by periodically querying an NTP server to fetch the current time and adjusting the
rpclockd is typically configured via a configuration file, usually located at `/etc/rpclock.conf`, where users specify the
While rpclockd is not actively maintained in modern distributions, it remains available in some legacy systems