From 5a245e0fdce0bc487325d2201b99bc33324470dd Mon Sep 17 00:00:00 2001 From: Jason Lam Date: Sun, 2 Oct 2022 22:10:31 +0800 Subject: [PATCH] backupd, corebrightnessd, fontd, translationd, warmd: add page (#8629) * backupd, corebrightnessd, fontd, translationd, warmd: add page * Fix linting * Add more information links * Update pages/osx/backupd.md --- pages/osx/backupd.md | 9 +++++++++ pages/osx/corebrightnessd.md | 9 +++++++++ pages/osx/fontd.md | 9 +++++++++ pages/osx/translationd.md | 8 ++++++++ pages/osx/warmd.md | 9 +++++++++ 5 files changed, 44 insertions(+) create mode 100644 pages/osx/backupd.md create mode 100644 pages/osx/corebrightnessd.md create mode 100644 pages/osx/fontd.md create mode 100644 pages/osx/translationd.md create mode 100644 pages/osx/warmd.md diff --git a/pages/osx/backupd.md b/pages/osx/backupd.md new file mode 100644 index 000000000..e702d8eb6 --- /dev/null +++ b/pages/osx/backupd.md @@ -0,0 +1,9 @@ +# backupd + +> Creates Time Machine backups and manages its backup history. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`backupd` diff --git a/pages/osx/corebrightnessd.md b/pages/osx/corebrightnessd.md new file mode 100644 index 000000000..c393f8270 --- /dev/null +++ b/pages/osx/corebrightnessd.md @@ -0,0 +1,9 @@ +# corebrightnessd + +> Manages Night Shift. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`corebrightnessd` diff --git a/pages/osx/fontd.md b/pages/osx/fontd.md new file mode 100644 index 000000000..5121da07f --- /dev/null +++ b/pages/osx/fontd.md @@ -0,0 +1,9 @@ +# fontd + +> Makes fonts available to the system. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`fontd` diff --git a/pages/osx/translationd.md b/pages/osx/translationd.md new file mode 100644 index 000000000..f197d86ea --- /dev/null +++ b/pages/osx/translationd.md @@ -0,0 +1,8 @@ +# translationd + +> Enables Translation features. +> It should not be invoked manually. + +- Start the daemon: + +`translationd` diff --git a/pages/osx/warmd.md b/pages/osx/warmd.md new file mode 100644 index 000000000..94ee1c9f3 --- /dev/null +++ b/pages/osx/warmd.md @@ -0,0 +1,9 @@ +# warmd + +> Controls caches used during startup and login. +> It should not be invoked manually. +> More information: . + +- Start the daemon: + +`warmd`