fix 2 other typos (#209)
This commit is contained in:
parent
a5c57bf33e
commit
9625507fec
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ $ sudo systemctl reload nginx
|
||||||
Copy the nginx configuration template:
|
Copy the nginx configuration template:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sudo cp /home/peertube/PeerTube/support/systemd/peertube.service /etc/systemd/system/
|
$ sudo cp /home/peertube/peertube-latest/support/systemd/peertube.service /etc/systemd/system/
|
||||||
```
|
```
|
||||||
|
|
||||||
Update the service file:
|
Update the service file:
|
||||||
|
@ -203,7 +203,7 @@ $ sudo systemctl daemon-reload
|
||||||
If you want to start PeerTube on boot:
|
If you want to start PeerTube on boot:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sudo systemctl enabled peertube
|
$ sudo systemctl enable peertube
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
|
Loading…
Reference in a new issue