Document how to start Funkwhale processes automatically during boot when using systemd

This commit is contained in:
Eliot Berriot 2018-12-20 23:37:16 +01:00
parent ee94e69f7d
commit f99c9ec8ce
1 changed files with 8 additions and 0 deletions

View File

@ -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