1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/sntpd.md
2024-06-19 17:26:04 +02:00

17 lines
416 B
Markdown

# 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}}`