From e2e34c5bd1fec00c1b2eb38d3fb654712cbecc0d Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 17 Oct 2021 22:00:28 +0200 Subject: [PATCH] applecamerad, sntpd: add page (#7005) --- pages/osx/applecamerad.md | 8 ++++++++ pages/osx/sntpd.md | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 pages/osx/applecamerad.md create mode 100644 pages/osx/sntpd.md diff --git a/pages/osx/applecamerad.md b/pages/osx/applecamerad.md new file mode 100644 index 000000000..7679be219 --- /dev/null +++ b/pages/osx/applecamerad.md @@ -0,0 +1,8 @@ +# applecamerad + +> Camera manager. +> It should not be invoked manually. + +- Start the daemon: + +`applecamerad` diff --git a/pages/osx/sntpd.md b/pages/osx/sntpd.md new file mode 100644 index 000000000..791480d64 --- /dev/null +++ b/pages/osx/sntpd.md @@ -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}}`