Commit 18c93756 authored by Zhiming Wang's avatar Zhiming Wang

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

parent cfe52084
...@@ -94,7 +94,7 @@ and start caddy: ...@@ -94,7 +94,7 @@ and start caddy:
```bash ```bash
sudo cp caddy.service /etc/systemd/system/ sudo cp caddy.service /etc/systemd/system/
sudo chown root:root /etc/systemd/system/caddy.service 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 daemon-reload
sudo systemctl start caddy.service sudo systemctl start caddy.service
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment