From 1d093a1a54c02bfe19b50fc18d547f52b5ce1ead Mon Sep 17 00:00:00 2001 From: prcmt <59378788+prcmt@users.noreply.github.com> Date: Sat, 28 Mar 2020 13:54:58 +0000 Subject: [PATCH] Fix broken link to systemd service file --- Caddy-as-a-service-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddy-as-a-service-examples.md b/Caddy-as-a-service-examples.md index 5c57804..cf0560a 100644 --- a/Caddy-as-a-service-examples.md +++ b/Caddy-as-a-service-examples.md @@ -1,6 +1,6 @@ ### systemd -Please see [dist/init/linux-systemd](/mholt/caddy/tree/master/dist/init/linux-systemd) for the most recent complete *systemd unit file*. +Please see [github.com/caddyserver/dist/blob/master/init/caddy.service](https://github.com/caddyserver/dist/blob/master/init/caddy.service) for the most recent complete *systemd unit file*. You will need __*systemd* version ≥229__! For example: Ubuntu 16.04, CoreOS 1029.0.0, Debian stretch (9.0), Fedora 29, and later come with that version of *systemd*.