Docs: fix path to nologin shell (#1610)

This commit is contained in:
Stepan 2024-02-15 11:43:50 +04:00 committed by GitHub
parent 7afc2fd180
commit 82c64f682c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ useradd \
--home-dir /var/lib/headscale/ \ --home-dir /var/lib/headscale/ \
--system \ --system \
--user-group \ --user-group \
--shell /usr/bin/nologin \ --shell /usr/sbin/nologin \
headscale headscale
``` ```