applecamerad, sntpd: add page (#7005)

This commit is contained in:
pixel
2021-10-17 22:00:28 +02:00
committed by GitHub
parent 0487555a60
commit e2e34c5bd1
2 changed files with 24 additions and 0 deletions

16
pages/osx/sntpd.md Normal file
View File

@@ -0,0 +1,16 @@
# sntpd
> An SNTP server.
> It should not be invoked manually.
- 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}}`