mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -04:00
docs: Improve Arch Linux package wording (#267)
This commit is contained in:
parent
d47c2f7dfa
commit
7ed2cf1bfa
1 changed files with 3 additions and 3 deletions
|
@ -93,12 +93,12 @@ RHEL/CentOS 7:
|
||||||
|
|
||||||
## Arch Linux, Manjaro, Parabola
|
## Arch Linux, Manjaro, Parabola
|
||||||
|
|
||||||
This package comes with both of Caddy's [systemd service](/docs/running#linux-service) unit files, but does not enable them by default.
|
This package comes with heavily modified versions of both of Caddy's [systemd service](/docs/running#linux-service) unit files, but does not enable them by default.
|
||||||
|
Those modifications include a custom start/stop behavior and additional sandboxing flags which are explained in [systemd's exec documentation](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Sandboxing), which may lead to certain host directories not being available to the Caddy process.
|
||||||
|
|
||||||
<pre><code class="cmd"><span class="bash">pacman -Syu caddy</span></code></pre>
|
<pre><code class="cmd"><span class="bash">pacman -Syu caddy</span></code></pre>
|
||||||
|
|
||||||
[**View Caddy in the Arch Linux repositories**](https://archlinux.org/packages/community/x86_64/caddy/)
|
[**View Caddy in the Arch Linux repositories**](https://archlinux.org/packages/community/x86_64/caddy/) and [**the Arch Linux Wiki**](https://wiki.archlinux.org/title/Caddy)
|
||||||
|
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue