From 9625507fec876faba3b370014b2a072283cce9f1 Mon Sep 17 00:00:00 2001 From: taziden Date: Wed, 17 Jan 2018 11:47:45 +0100 Subject: fix 2 other typos (#209) --- support/doc/production.md | 4 ++-- 1 file 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 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 enabled peertube +$ sudo systemctl enable peertube ``` ### Run -- cgit v1.2.3