logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control SNTP Daemon - Manage Time Synchronization | Online Free DevTools by Hexmos

Control time synchronization with SNTP Daemon. Configure the Simple Network Time Protocol daemon, set local clock, and manage SNTP state. Free online tool, no registration required.

sntpd

An SNTP server. It should not be invoked manually. More information: https://keith.github.io/xcode-man-pages/sntpd.8.html.

  • Start the daemon:

sntpd

  • Overwrite existing state with the local clock (stratum 1), for running a master/primary server, without synchronizing with another (higher stratum) server:

sntpd -L

  • Use a custom file for the SNTP state:

sntpd -z {{path/to/state.bin}}

See Also