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

View File

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