1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-25 17:51:11 +02:00

Update official.md

in the step 5 file default value is [line11] ExecStart=/usr/bin/headscale serve
This commit is contained in:
yckwan 2025-09-24 12:31:09 +08:00 committed by GitHub
parent bd35fcf338
commit e75b5c1a51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,14 +57,14 @@ managed by systemd.
1. Download the latest [`headscale` binary from GitHub's release page](https://github.com/juanfont/headscale/releases):
```shell
sudo wget --output-document=/usr/local/bin/headscale \
sudo wget --output-document=/usr/bin/headscale \
https://github.com/juanfont/headscale/releases/download/v<HEADSCALE VERSION>/headscale_<HEADSCALE VERSION>_linux_<ARCH>
```
1. Make `headscale` executable:
```shell
sudo chmod +x /usr/local/bin/headscale
sudo chmod +x /usr/bin/headscale
```
1. Add a dedicated local user to run headscale: