Merge branch 'master' into develop

merge-requests/552/head
Eliot Berriot 2018-12-28 10:52:40 +01:00
commit ddeb1a66fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

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