From a1aad5301e68b816ec083fb5ab13e50ca6049546 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 1 Feb 2022 21:38:26 +0100 Subject: [PATCH] airportd, automountd, coreautha, coreauthd, nfcd: add page (#7608) --- pages/osx/airportd.md | 9 +++++++++ pages/osx/automountd.md | 13 +++++++++++++ pages/osx/coreautha.md | 9 +++++++++ pages/osx/coreauthd.md | 9 +++++++++ pages/osx/nfcd.md | 9 +++++++++ 5 files changed, 49 insertions(+) create mode 100644 pages/osx/airportd.md create mode 100644 pages/osx/automountd.md create mode 100644 pages/osx/coreautha.md create mode 100644 pages/osx/coreauthd.md create mode 100644 pages/osx/nfcd.md diff --git a/pages/osx/airportd.md b/pages/osx/airportd.md new file mode 100644 index 0000000000..b96278dde5 --- /dev/null +++ b/pages/osx/airportd.md @@ -0,0 +1,9 @@ +# airportd + +> Manages wireless interfaces. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`airportd` diff --git a/pages/osx/automountd.md b/pages/osx/automountd.md new file mode 100644 index 0000000000..bbe1b07858 --- /dev/null +++ b/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: . + +- Start the daemon: + +`automountd` + +- Log more details to `syslog`: + +`automountd -v` diff --git a/pages/osx/coreautha.md b/pages/osx/coreautha.md new file mode 100644 index 0000000000..5ed8100204 --- /dev/null +++ b/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: . + +- Start the agent: + +`coreautha` diff --git a/pages/osx/coreauthd.md b/pages/osx/coreauthd.md new file mode 100644 index 0000000000..391edfa1ee --- /dev/null +++ b/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: . + +- Start the agent: + +`coreauthd` diff --git a/pages/osx/nfcd.md b/pages/osx/nfcd.md new file mode 100644 index 0000000000..bafa7f503a --- /dev/null +++ b/pages/osx/nfcd.md @@ -0,0 +1,9 @@ +# nfcd + +> This daemon controls the NFC controller. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`nfcd`