Style update

master
Bohan Yang 2020-08-31 00:47:34 +08:00
parent 62360ce437
commit b7dbbbe7f1
1 changed files with 4 additions and 2 deletions

@ -38,5 +38,7 @@ WantedBy=timers.target
```
**4. Enable timer:**
`sudo systemctl start acme_letsencrypt.timer`
`sudo systemctl enable acme_letsencrypt.timer`
```
sudo systemctl start acme_letsencrypt.timer
sudo systemctl enable acme_letsencrypt.timer
```