Merge pull request #305 from lachy-2849/main

This commit is contained in:
Kristoffer Dalby 2022-02-02 08:09:06 +00:00 committed by GitHub
commit 8c79165b0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,6 +138,18 @@ RuntimeDirectory=headscale
WantedBy=multi-user.target 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: 2. In `/etc/headscale/config.yaml`, override the default `headscale` unix socket with a SystemD friendly path:
```yaml ```yaml