diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 4 |
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 | |||
160 | Copy the nginx configuration template: | 160 | Copy 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 | ||
166 | Update the service file: | 166 | Update the service file: |
@@ -203,7 +203,7 @@ $ sudo systemctl daemon-reload | |||
203 | If you want to start PeerTube on boot: | 203 | If 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 |