mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-28 04:25:38 +00:00
Updated Tailscaled on macOS (markdown)
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.
|
Loading…
Reference in New Issue
Block a user