diff --git a/docs/installation/systemd.rst b/docs/installation/systemd.rst
index 4f9aa0d18a3a694a6270f6cfc3c3a11c47cbcb0c..b90bca9bf46155056c8b5c4c8578b31d7ffbfb46 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