fix: s/systemtl/systemctl/
ci/woodpecker/push/woodpecker Pipeline was successful Details

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
1 changed files with 2 additions and 2 deletions

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: