Merge branch 'patch-1' into 'develop'
Update /usr/bin/nologin to /usr/sbin/nologin See merge request funkwhale/funkwhale!580
This commit is contained in:
commit
bf67f37903
|
@ -51,7 +51,7 @@ Create the user and the directory:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo useradd -r -s /usr/bin/nologin -d /srv/funkwhale -m funkwhale
|
sudo useradd -r -s /usr/sbin/nologin -d /srv/funkwhale -m funkwhale
|
||||||
cd /srv/funkwhale
|
cd /srv/funkwhale
|
||||||
|
|
||||||
Log in as the newly created user from now on:
|
Log in as the newly created user from now on:
|
||||||
|
|
Loading…
Reference in New Issue