fix: update external link to systemd website

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-03-25 11:13:33 +01:00
parent da9f382e08
commit c5885ffe43
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ container. This behavior is illustrated in the following example.
If restart policies don't suit your needs, such as when processes outside
Docker depend on Docker containers, you can use a process manager such as
[systemd](https://freedesktop.org/wiki/Software/systemd/) or
[systemd](https://systemd.io/) or
[supervisor](http://supervisord.org/) instead.
> **Warning**