diff --git a/docs/running-headscale-linux.md b/docs/running-headscale-linux.md index 1bb72f63..09e43dc7 100644 --- a/docs/running-headscale-linux.md +++ b/docs/running-headscale-linux.md @@ -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: + ```shell usermod -a -G headscale current_user ``` + or run all headscale commands as the headscale user: ```shell