Merge branch 'master' into develop
This commit is contained in:
commit
ddeb1a66fc
|
@ -37,6 +37,14 @@ And start the services:
|
||||||
|
|
||||||
systemctl start funkwhale.target
|
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:
|
You can check the statuses of all processes like this:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
Loading…
Reference in New Issue