diff options
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 | ``` |