From 6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Jan 2018 11:10:46 +0100 Subject: Prepare production workflow --- support/doc/production.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'support') 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: sudo systemctl daemon-reload ``` +If you want to start PeerTube on boot: + +``` +sudo systemctl enabled peertube +``` + ### Run ``` -- cgit v1.2.3