diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-15 10:53:36 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-15 10:53:36 +0100 |
commit | 304287d0f42f0a18857a0d2a4df73ce001e54e0f (patch) | |
tree | 8d74045509910cbd9d9c0ea9973d56f4c21b6565 /support | |
parent | 633868bc2c638ab15c31513bc0da7de92944bffc (diff) | |
download | PeerTube-304287d0f42f0a18857a0d2a4df73ce001e54e0f.tar.gz PeerTube-304287d0f42f0a18857a0d2a4df73ce001e54e0f.tar.zst PeerTube-304287d0f42f0a18857a0d2a4df73ce001e54e0f.zip |
Prepare production workflow
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/production.md | 6 |
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: | |||
199 | sudo systemctl daemon-reload | 199 | sudo systemctl daemon-reload |
200 | ``` | 200 | ``` |
201 | 201 | ||
202 | If you want to start PeerTube on boot: | ||
203 | |||
204 | ``` | ||
205 | sudo systemctl enabled peertube | ||
206 | ``` | ||
207 | |||
202 | ### Run | 208 | ### Run |
203 | 209 | ||
204 | ``` | 210 | ``` |