applecamerad, sntpd: add page (#7005)

beep
pixel 2021-10-17 22:00:28 +02:00 committed by GitHub
parent 0487555a60
commit e2e34c5bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# applecamerad
> Camera manager.
> It should not be invoked manually.
- Start the daemon:
`applecamerad`

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