From 42a5b68d7d0501baf37e08b67273530b986f5002 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 3 Oct 2022 06:03:11 +0200 Subject: [PATCH] autofsd, biomesyncd, biometrickitd, cloudd, coredatad, ctkd, deleted, InternetSharing, dhcp6d, hidd, systemsoundserverd, wps, webinspectord, watchdogd, watchlistd, symptomsd: add page (#8670) --- pages/osx/autofsd.md | 9 +++++++++ pages/osx/biomesyncd.md | 9 +++++++++ pages/osx/biometrickitd.md | 9 +++++++++ pages/osx/cloudd.md | 9 +++++++++ pages/osx/coredatad.md | 9 +++++++++ pages/osx/ctkd.md | 9 +++++++++ pages/osx/deleted.md | 9 +++++++++ pages/osx/dhcp6d.md | 13 +++++++++++++ pages/osx/hidd.md | 9 +++++++++ pages/osx/internetsharing.md | 9 +++++++++ pages/osx/symptomsd.md | 9 +++++++++ pages/osx/systemsoundserverd.md | 8 ++++++++ pages/osx/watchdogd.md | 9 +++++++++ pages/osx/watchlistd.md | 9 +++++++++ pages/osx/webinspectord.md | 9 +++++++++ pages/osx/wps.md | 9 +++++++++ 16 files changed, 147 insertions(+) create mode 100644 pages/osx/autofsd.md create mode 100644 pages/osx/biomesyncd.md create mode 100644 pages/osx/biometrickitd.md create mode 100644 pages/osx/cloudd.md create mode 100644 pages/osx/coredatad.md create mode 100644 pages/osx/ctkd.md create mode 100644 pages/osx/deleted.md create mode 100644 pages/osx/dhcp6d.md create mode 100644 pages/osx/hidd.md create mode 100644 pages/osx/internetsharing.md create mode 100644 pages/osx/symptomsd.md create mode 100644 pages/osx/systemsoundserverd.md create mode 100644 pages/osx/watchdogd.md create mode 100644 pages/osx/watchlistd.md create mode 100644 pages/osx/webinspectord.md create mode 100644 pages/osx/wps.md diff --git a/pages/osx/autofsd.md b/pages/osx/autofsd.md new file mode 100644 index 0000000000..07562dfd65 --- /dev/null +++ b/pages/osx/autofsd.md @@ -0,0 +1,9 @@ +# autofsd + +> Runs `automount` on startup and network configuration change events. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`autofsd` diff --git a/pages/osx/biomesyncd.md b/pages/osx/biomesyncd.md new file mode 100644 index 0000000000..dd200fd56a --- /dev/null +++ b/pages/osx/biomesyncd.md @@ -0,0 +1,9 @@ +# biomesyncd + +> Synchronizes data between devices registered to the same account. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`biomesyncd` diff --git a/pages/osx/biometrickitd.md b/pages/osx/biometrickitd.md new file mode 100644 index 0000000000..976f8dc878 --- /dev/null +++ b/pages/osx/biometrickitd.md @@ -0,0 +1,9 @@ +# biometrickitd + +> Provides support for biometric operations. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`biometrickitd` diff --git a/pages/osx/cloudd.md b/pages/osx/cloudd.md new file mode 100644 index 0000000000..bc6e68f514 --- /dev/null +++ b/pages/osx/cloudd.md @@ -0,0 +1,9 @@ +# cloudd + +> Backs the CloudKit feature. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`cloudd` diff --git a/pages/osx/coredatad.md b/pages/osx/coredatad.md new file mode 100644 index 0000000000..22713d5fde --- /dev/null +++ b/pages/osx/coredatad.md @@ -0,0 +1,9 @@ +# coredatad + +> Schedules CloudKit operations for clients of NSPersistentCloudKitContainer. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`coredatad` diff --git a/pages/osx/ctkd.md b/pages/osx/ctkd.md new file mode 100644 index 0000000000..85d6ec81b5 --- /dev/null +++ b/pages/osx/ctkd.md @@ -0,0 +1,9 @@ +# ctkd + +> SmartCard daemon. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`ctkd` diff --git a/pages/osx/deleted.md b/pages/osx/deleted.md new file mode 100644 index 0000000000..6b654e2707 --- /dev/null +++ b/pages/osx/deleted.md @@ -0,0 +1,9 @@ +# deleted + +> Keeps track of purgeable space and asks clients to purge when space is low. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`deleted` diff --git a/pages/osx/dhcp6d.md b/pages/osx/dhcp6d.md new file mode 100644 index 0000000000..b1e9dc5ef0 --- /dev/null +++ b/pages/osx/dhcp6d.md @@ -0,0 +1,13 @@ +# dhcp6d + +> Stateless DHCPv6 server. See also: `InternetSharing`. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`dhcp6d` + +- Use a custom configuration: + +`dhcp6d {{path/to/config}}` diff --git a/pages/osx/hidd.md b/pages/osx/hidd.md new file mode 100644 index 0000000000..ba5417967f --- /dev/null +++ b/pages/osx/hidd.md @@ -0,0 +1,9 @@ +# hidd + +> HID library userland daemon. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`hidd` diff --git a/pages/osx/internetsharing.md b/pages/osx/internetsharing.md new file mode 100644 index 0000000000..bb56b64c51 --- /dev/null +++ b/pages/osx/internetsharing.md @@ -0,0 +1,9 @@ +# InternetSharing + +> Sets up Internet Sharing. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`InternetSharing` diff --git a/pages/osx/symptomsd.md b/pages/osx/symptomsd.md new file mode 100644 index 0000000000..be5e807a97 --- /dev/null +++ b/pages/osx/symptomsd.md @@ -0,0 +1,9 @@ +# symptomsd + +> Provides services for `Symptoms.framework`. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`symptomsd` diff --git a/pages/osx/systemsoundserverd.md b/pages/osx/systemsoundserverd.md new file mode 100644 index 0000000000..b1050bb9b3 --- /dev/null +++ b/pages/osx/systemsoundserverd.md @@ -0,0 +1,8 @@ +# systemsoundserverd + +> Core Audio related daemon. +> It should not be invoked manually. + +- Start the daemon: + +`systemsoundserverd` diff --git a/pages/osx/watchdogd.md b/pages/osx/watchdogd.md new file mode 100644 index 0000000000..8003955471 --- /dev/null +++ b/pages/osx/watchdogd.md @@ -0,0 +1,9 @@ +# watchdogd + +> Works with the Watchdog KEXT to ensure that the system is healthy and running. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`watchdogd` diff --git a/pages/osx/watchlistd.md b/pages/osx/watchlistd.md new file mode 100644 index 0000000000..48d966a93f --- /dev/null +++ b/pages/osx/watchlistd.md @@ -0,0 +1,9 @@ +# watchlistd + +> Manages the Apple TV app's watch list. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`watchlistd` diff --git a/pages/osx/webinspectord.md b/pages/osx/webinspectord.md new file mode 100644 index 0000000000..b3def41edd --- /dev/null +++ b/pages/osx/webinspectord.md @@ -0,0 +1,9 @@ +# webinspectord + +> Relays commands between Web Inspector and remote targets like WKWebView. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`webinspectord` diff --git a/pages/osx/wps.md b/pages/osx/wps.md new file mode 100644 index 0000000000..aacc0a5410 --- /dev/null +++ b/pages/osx/wps.md @@ -0,0 +1,9 @@ +# wps + +> Assists AirPort in connecting to a network using Wireless Protected Setup. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`wps`