Updated Tailscaled on macOS (markdown)
parent
956e2617c1
commit
1dceeac0ff
|
@ -22,13 +22,13 @@ That'll put the binaries in `$(go env GOPATH)/bin`, so likely `$HOME/go/bin`. Yo
|
||||||
### Run the `tailscaled` (daemon)
|
### 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:
|
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`.
|
That copies the binary to `/usr/local/bin` and installs a plist in `/Library/LaunchDaemons/com.tailscale.tailscaled.plist` and starts `com.tailscale.tailscaled`.
|
||||||
|
|
Loading…
Reference in New Issue