From a5187b6e57c705944252e120865e1602fe4974c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ELM=C3=98?= Date: Mon, 14 Aug 2023 19:05:56 +0200 Subject: [PATCH] Update src/docs/markdown/running.md Co-authored-by: Matt Holt --- src/docs/markdown/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/running.md b/src/docs/markdown/running.md index 661c07b..4e59455 100644 --- a/src/docs/markdown/running.md +++ b/src/docs/markdown/running.md @@ -159,7 +159,7 @@ Then, save the file and exit the text editor, and restart the service for it to ### SELinux System Considerations On SELinux enabled systems you have two options: -1. Install Caddy using the [COPR repo](https://copr.fedorainfracloud.org/coprs/g/caddy/caddy/), your systemd file and caddy binary will be created and labelled correctly. If you wish to use a custom build of Caddy, you'll need to label the executable as described below. +1. Install Caddy using the [COPR repo](https://copr.fedorainfracloud.org/coprs/g/caddy/caddy/). Your systemd file and caddy binary will be created and labelled correctly. If you wish to use a custom build of Caddy, you'll need to label the executable as described below. 2. [Download](https://caddyserver.com/download) Caddy from the site, or compile it with *xcaddy*. In both cases you will need to label the files yourself. Systemd unit files and their executables will not be run unless labelled with `systemd_unit_file_t` and `bin_t` respectively.