From e20779e40514b14c7e2471eaab22b8b9503fd4a5 Mon Sep 17 00:00:00 2001 From: Phillipp Engelke Date: Sat, 3 Feb 2018 07:53:40 +0100 Subject: [PATCH] Update README.md (#2004) Adding the bash command for downloading the caddy.service file from the reposetory. Because it was easy to forget where you find it. --- dist/init/linux-systemd/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/init/linux-systemd/README.md b/dist/init/linux-systemd/README.md index aa3dd75a..be548ae4 100644 --- a/dist/init/linux-systemd/README.md +++ b/dist/init/linux-systemd/README.md @@ -91,6 +91,7 @@ Install the systemd service unit configuration file, reload the systemd daemon, and start caddy: ```bash +wget https://raw.githubusercontent.com/mholt/caddy/master/dist/init/linux-systemd/caddy.service sudo cp caddy.service /etc/systemd/system/ sudo chown root:root /etc/systemd/system/caddy.service sudo chmod 644 /etc/systemd/system/caddy.service