aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/production.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/production.md')
-rw-r--r--support/doc/production.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index 118704da3..a8ed2af88 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -199,6 +199,12 @@ Tell systemd to reload its config:
199sudo systemctl daemon-reload 199sudo systemctl daemon-reload
200``` 200```
201 201
202If you want to start PeerTube on boot:
203
204```
205sudo systemctl enabled peertube
206```
207
202### Run 208### Run
203 209
204``` 210```