From 3840c7c987e412bc064354c9222f61ac65f3b9a5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 19 Feb 2021 07:08:04 -0800 Subject: [PATCH] Updated Tailscaled on macOS (markdown) --- Tailscaled-on-macOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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