Updated Tailscaled on macOS (markdown)

Brad Fitzpatrick 2021-02-19 07:08:04 -08:00
parent cfbcf05599
commit 3840c7c987

@ -37,7 +37,7 @@ Or, to run it in the background under launchd so it starts at system boot:
$ sudo 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`.
(to stop/uninstall, use: `sudo tailscaled uninstall-system-daemon`)
@ -66,4 +66,4 @@ Compared to the GUI version of Tailscale, running `tailscaled` instead has the f
## Comparison to Linux `tailscaled`
* `tailscaled` on Linux [can be a subnet router](https://tailscale.com/kb/1019/subnets) ("relay node"); `tailscaled` on macOS can not. https://github.com/tailscale/tailscale/issues/1367 tracks adding such support.
* `tailscaled` on Linux [can be a subnet router](https://tailscale.com/kb/1019/subnets) ("relay node"); `tailscaled` on macOS can not. https://github.com/tailscale/tailscale/issues/911 tracks adding such support.