logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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