From 7c550dc2249f4224083862fb90be8e22ee0623d0 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 24 Apr 2020 11:05:10 -0600 Subject: [PATCH] docs: Clarify service file location in install guide --- src/docs/markdown/install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index f1aa637..291ebf3 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -57,7 +57,9 @@ They are very similar but with minor differences in the ExecStart and ExecReload **Double-check the `ExecStart` and `ExecReload` directives.** Make sure the binary's location and command line arguments are correct for your installation! -To start the service for the first time, do the usual systemctl dance: +The usual place to save the service file is: `/etc/systemd/system/caddy.service` + +After saving your service file, you can start the service for the first time with the usual systemctl dance:
sudo systemctl daemon-reload
 sudo systemctl enable caddy