Update /usr/bin/nologin to /usr/sbin/nologin
This commit is contained in:
parent
6ebd1af4ab
commit
d1d034fa86
|
@ -51,7 +51,7 @@ Create the user and the directory:
|
|||
|
||||
.. 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
|
||||
|
||||
Log in as the newly created user from now on:
|
||||
|
|
Loading…
Reference in New Issue