tldr/pages/osx/sntpd.md

18 lines
397 B
Markdown
Raw Normal View History

2021-10-17 21:00:28 +01:00
# sntpd
> An SNTP server.
> It should not be invoked manually.
2022-02-14 11:21:43 +00:00
> More information: <https://linux.die.net/man/8/snmpd>.
2021-10-17 21:00:28 +01:00
- 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}}`