Skip to content

Commit

Permalink
add information on how to create a headscale user
Browse files Browse the repository at this point in the history
  • Loading branch information
mpldr authored Apr 16, 2022
1 parent be2487f commit 41a8c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/running-headscale-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 41a8c14

Please sign in to comment.