fix: s/systemtl/systemctl/
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2022-10-04 16:45:50 +05:30
parent 0687d27c5a
commit 8cfecd1ede
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -207,8 +207,8 @@ $ sudo ufw allow 443 # open ports 443 for HTTPS traffic
#### 1.4.2) Configure `nginx` to start on boot #### 1.4.2) Configure `nginx` to start on boot
```bash ```bash
$ sudo systemtl enable nginx # automatically start nginx on boot $ sudo systemctl enable nginx # automatically start nginx on boot
$ sudo systemtl start nginx # start nginx server $ sudo systemctl start nginx # start nginx server
``` ```
And verify it works: And verify it works: