diff --git a/Tailscaled-on-macOS.md b/Tailscaled-on-macOS.md index c23185f..9b46868 100644 --- a/Tailscaled-on-macOS.md +++ b/Tailscaled-on-macOS.md @@ -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. \ No newline at end of file +* `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. \ No newline at end of file