mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
add information on how to create a headscale user
This commit is contained in:
parent
be2487f4c0
commit
41a8c14acb
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ mkdir -p /etc/headscale
|
|||
|
||||
# Directory for Database, and other variable data (like certificates)
|
||||
mkdir -p /var/lib/headscale
|
||||
# or if you create a headscale user:
|
||||
useradd -md /var/lib/headscale/ -rUs /usr/bin/nologin headscale
|
||||
```
|
||||
|
||||
4. Create an empty SQLite database:
|
||||
|
|
Loading…
Reference in a new issue