From f99c9ec8ced6ed88e1fbd58bba42bc2535b4d575 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 20 Dec 2018 23:37:16 +0100
Subject: [PATCH] Document how to start Funkwhale processes automatically
 during boot when using systemd

---
 docs/installation/systemd.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/installation/systemd.rst b/docs/installation/systemd.rst
index 4f9aa0d18a..b90bca9bf4 100644
--- a/docs/installation/systemd.rst
+++ b/docs/installation/systemd.rst
@@ -37,6 +37,14 @@ And start the services:
 
     systemctl start funkwhale.target
 
+To ensure all Funkwhale processes are started automatically after a reboot, run:
+
+.. code-block:: shell
+    
+    systemctl enable funkwhale-server
+    systemctl enable funkwhale-worker
+    systemctl enable funkwhale-beat
+
 You can check the statuses of all processes like this:
 
 .. code-block:: shell
-- 
GitLab