Update links in src/docs/markdown/running.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
ELMØ 2023-08-14 19:06:16 +02:00 committed by GitHub
parent a5187b6e57
commit 92e1533c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ Then, save the file and exit the text editor, and restart the service for it to
On SELinux enabled systems you have two options: 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. 2. [Download Caddy from this site](https://caddyserver.com/download) or compile it with [`xcaddy`](https://github.com/caddyserver/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. Systemd unit files and their executables will not be run unless labelled with `systemd_unit_file_t` and `bin_t` respectively.