aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-15 10:53:36 +0100
committerChocobozzz <me@florianbigard.com>2018-01-15 10:53:36 +0100
commit304287d0f42f0a18857a0d2a4df73ce001e54e0f (patch)
tree8d74045509910cbd9d9c0ea9973d56f4c21b6565 /support
parent633868bc2c638ab15c31513bc0da7de92944bffc (diff)
downloadPeerTube-304287d0f42f0a18857a0d2a4df73ce001e54e0f.tar.gz
PeerTube-304287d0f42f0a18857a0d2a4df73ce001e54e0f.tar.zst
PeerTube-304287d0f42f0a18857a0d2a4df73ce001e54e0f.zip
Prepare production workflow
Diffstat (limited to 'support')
-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```