Skip to content

Commit

Permalink
Merge pull request #305 from lachy-2849/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Feb 2, 2022
2 parents e05c5e0 + 7b607b3 commit 8c79165
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/running-headscale-linux.md
Expand Up @@ -138,6 +138,18 @@ RuntimeDirectory=headscale
WantedBy=multi-user.target
```

Note that when running as the headscale user ensure that, either you add your current user to the headscale group:

```shell
usermod -a -G headscale current_user
```

or run all headscale commands as the headscale user:

```shell
su - headscale
```

2. In `/etc/headscale/config.yaml`, override the default `headscale` unix socket with a SystemD friendly path:

```yaml
Expand Down

0 comments on commit 8c79165

Please sign in to comment.