aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/production.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index 7f43e438c..716f42fbc 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -160,7 +160,7 @@ $ sudo systemctl reload nginx
160Copy the nginx configuration template: 160Copy the nginx configuration template:
161 161
162``` 162```
163$ sudo cp /home/peertube/PeerTube/support/systemd/peertube.service /etc/systemd/system/ 163$ sudo cp /home/peertube/peertube-latest/support/systemd/peertube.service /etc/systemd/system/
164``` 164```
165 165
166Update the service file: 166Update the service file:
@@ -203,7 +203,7 @@ $ sudo systemctl daemon-reload
203If you want to start PeerTube on boot: 203If you want to start PeerTube on boot:
204 204
205``` 205```
206$ sudo systemctl enabled peertube 206$ sudo systemctl enable peertube
207``` 207```
208 208
209### Run 209### Run