Browse Source

airportd, automountd, coreautha, coreauthd, nfcd: add page (#7608)

pixel 3 years ago
parent
commit
a1aad5301e
5 changed files with 49 additions and 0 deletions
  1. 9 0
      pages/osx/airportd.md
  2. 13 0
      pages/osx/automountd.md
  3. 9 0
      pages/osx/coreautha.md
  4. 9 0
      pages/osx/coreauthd.md
  5. 9 0
      pages/osx/nfcd.md

+ 9 - 0
pages/osx/airportd.md

@@ -0,0 +1,9 @@
+# airportd
+
+> Manages wireless interfaces.
+> It should not be invoked manually.
+> More information: <https://www.manpagez.com/man/8/airportd/>.
+
+- Start the daemon:
+
+`airportd`

+ 13 - 0
pages/osx/automountd.md

@@ -0,0 +1,13 @@
+# automountd
+
+> An automatic mount/unmount daemon for `autofs`. Started on demand by `launchd`.
+> It should not be invoked manually.
+> More information: <https://www.manpagez.com/man/8/automountd/>.
+
+- Start the daemon:
+
+`automountd`
+
+- Log more details to `syslog`:
+
+`automountd -v`

+ 9 - 0
pages/osx/coreautha.md

@@ -0,0 +1,9 @@
+# coreautha
+
+> A system agent providing the `LocalAuthentication` framework.
+> It should not be invoked manually. See also: `coreauthd`.
+> More information: <https://www.manpagez.com/man/8/coreautha/>.
+
+- Start the agent:
+
+`coreautha`

+ 9 - 0
pages/osx/coreauthd.md

@@ -0,0 +1,9 @@
+# coreauthd
+
+> A system daemon providing the `LocalAuthentication` framework.
+> It should not be invoked manually. See also: `coreautha`.
+> More information: <https://www.manpagez.com/man/8/coreauthd/>.
+
+- Start the agent:
+
+`coreauthd`

+ 9 - 0
pages/osx/nfcd.md

@@ -0,0 +1,9 @@
+# nfcd
+
+> This daemon controls the NFC controller.
+> It should not be invoked manually.
+> More information: <https://www.manpagez.com/man/8/nfcd/>.
+
+- Start the daemon:
+
+`nfcd`