0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00

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.
This commit is contained in:
Phillipp Engelke 2018-02-03 07:53:40 +01:00 committed by Matt Holt
parent fc6d62286e
commit e20779e405

View file

@ -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