1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00

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/ \
--system \
--user-group \
--shell /usr/bin/nologin \
--shell /usr/sbin/nologin \
headscale
```