From 6779318a11f07da74ef75f84c6898d46fe4fdbda Mon Sep 17 00:00:00 2001 From: Xinhao Luo Date: Thu, 8 Aug 2024 16:36:48 -0700 Subject: [PATCH] fix(docs): quick start systemd link moved (#1024) --- docs/user-guide/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/quickstart.md b/docs/user-guide/quickstart.md index 0c36c375..195a35c1 100644 --- a/docs/user-guide/quickstart.md +++ b/docs/user-guide/quickstart.md @@ -32,7 +32,7 @@ For example, `-api-key` becomes `MICROMDM_API_KEY`. **NOTE**: In a production environment, secrets should _always_ be set via environment variables and not CLI flags, so they don't remain in your shell history or server monitoring logs. -This section described how to start the `micromdm` process interactively in a shell, but that won't persist a server restart or exiting your current session. Having the process remain persistent depends on your environment. Since systemd is a common choice, there are [notes](https://github.com/micromdm/micromdm/wiki/Using-MicroMDM-with-systemd) from users on the wiki. +This section described how to start the `micromdm` process interactively in a shell, but that won't persist a server restart or exiting your current session. Having the process remain persistent depends on your environment. Since systemd is a common choice, there are [notes](https://github.com/micromdm/micromdm/wiki/Running-MicroMDM-as-a-Service) from users on the wiki. # Configure mdmctl