Updated Tailscaled on macOS (markdown)

Xe 2021-11-05 10:01:23 -04:00
parent 956e2617c1
commit 1dceeac0ff
1 changed files with 2 additions and 2 deletions

@ -22,13 +22,13 @@ That'll put the binaries in `$(go env GOPATH)/bin`, so likely `$HOME/go/bin`. Yo
### Run the `tailscaled` (daemon)
```
$ sudo tailscaled
$ sudo $HOME/go/bin/tailscaled
```
Or, to run it in the background under launchd so it starts at system boot:
```
$ sudo tailscaled install-system-daemon
$ sudo $HOME/go/bin/tailscaled install-system-daemon
```
That copies the binary to `/usr/local/bin` and installs a plist in `/Library/LaunchDaemons/com.tailscale.tailscaled.plist` and starts `com.tailscale.tailscaled`.