Forgot to run Prettier
This commit is contained in:
parent
41fbe47cdf
commit
7b607b3fe8
1 changed files with 2 additions and 0 deletions
|
@ -139,9 +139,11 @@ WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that when running as the headscale user ensure that, either you add your current user to the headscale group:
|
Note that when running as the headscale user ensure that, either you add your current user to the headscale group:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
usermod -a -G headscale current_user
|
usermod -a -G headscale current_user
|
||||||
```
|
```
|
||||||
|
|
||||||
or run all headscale commands as the headscale user:
|
or run all headscale commands as the headscale user:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in a new issue