Merge pull request #1510 from zmwangx/systemd-readme-fix-caddy.service-mode

systemd README: set mode of caddy.service to 644 instead of 744
This commit is contained in:
Matt Holt 2017-03-12 00:03:24 -07:00 committed by GitHub
commit 5e48f0a412

View File

@ -94,7 +94,7 @@ and start caddy:
```bash
sudo cp caddy.service /etc/systemd/system/
sudo chown root:root /etc/systemd/system/caddy.service
sudo chmod 744 /etc/systemd/system/caddy.service
sudo chmod 644 /etc/systemd/system/caddy.service
sudo systemctl daemon-reload
sudo systemctl start caddy.service
```