mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 14:15:23 +02:00
applecamerad, sntpd: add page (#7005)
This commit is contained in:
parent
0487555a60
commit
e2e34c5bd1
2 changed files with 24 additions and 0 deletions
8
pages/osx/applecamerad.md
Normal file
8
pages/osx/applecamerad.md
Normal 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
16
pages/osx/sntpd.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue