From d1d034fa86951a7ee9b31ca8538114f6e47be66f Mon Sep 17 00:00:00 2001
From: Zach Halasz <zachhats@gmail.com>
Date: Mon, 4 Feb 2019 06:53:28 +0100
Subject: [PATCH] Update /usr/bin/nologin to /usr/sbin/nologin

---
 docs/installation/debian.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst
index 7f6142a6..5da6c049 100644
--- a/docs/installation/debian.rst
+++ b/docs/installation/debian.rst
@@ -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:
-- 
GitLab