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