Skip to content
Snippets Groups Projects
Commit f99c9ec8 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

parent ee94e69f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment