projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c57bf
)
fix 2 other typos (#209)
author
taziden
<taziden@flexiden.org>
Wed, 17 Jan 2018 10:47:45 +0000
(11:47 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 17 Jan 2018 10:47:45 +0000
(11:47 +0100)
support/doc/production.md
patch
|
blob
|
history
diff --git
a/support/doc/production.md
b/support/doc/production.md
index 7f43e438c0dbc857d05bfaf890aa8957f77a4231..716f42fbca8d90911fd0f4124719d6da041e42a1 100644
(file)
--- a/
support/doc/production.md
+++ b/
support/doc/production.md
@@
-160,7
+160,7
@@
$ sudo systemctl reload nginx
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:
@@
-203,7
+203,7
@@
$ sudo systemctl daemon-reload
If you want to start PeerTube on boot:
```
-$ sudo systemctl enable
d
peertube
+$ sudo systemctl enable peertube
```
### Run