From bb0693bb7de58f200da4641a51d2a3c9424053b6 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 25 Nov 2020 10:51:19 -0700 Subject: [PATCH] docs: Clarify debian package behavior (closes #115) --- src/docs/markdown/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/download.md b/src/docs/markdown/download.md index d44e602..f8c410c 100644 --- a/src/docs/markdown/download.md +++ b/src/docs/markdown/download.md @@ -38,7 +38,7 @@ Replace `ASSET` with the filename for your platform. sudo apt update sudo apt install caddy -Installing this package automatically starts and runs Caddy for you. +Installing this package automatically starts and runs Caddy for you as a systemd service named `caddy` using the [caddy.service](https://github.com/caddyserver/dist/blob/master/init/caddy.service) unit file. ## Fedora, RedHat, CentOS