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:
parent
cfe52084aa
commit
18c93756b4
1 changed files with 1 additions and 1 deletions
2
dist/init/linux-systemd/README.md
vendored
2
dist/init/linux-systemd/README.md
vendored
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue