0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

systemd README: set mode of caddy.service to 644 instead of 744

This commit is contained in:
Zhiming Wang 2017-03-11 22:43:54 -05:00
parent cfe52084aa
commit 18c93756b4
No known key found for this signature in database
GPG key ID: 5B58F95EC95965D8

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