diff --git a/Tailscaled-on-macOS.md b/Tailscaled-on-macOS.md index 0d73e6e..946f3ca 100644 --- a/Tailscaled-on-macOS.md +++ b/Tailscaled-on-macOS.md @@ -37,14 +37,16 @@ Or, to run it in the background under launchd so it starts at system boot: $ sudo tailscaled install-system-daemon ``` -(to stop/uninstall `sudo tailscaled uninstall-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`. + +(to stop/uninstall, use: `sudo tailscaled uninstall-system-daemon`) ### Use the `tailscale` CLI tool See https://tailscale.com/kb/1080/cli (but ignore the `/Applications/Tailscale.app/Contents/MacOS/Tailscale` part; that's the path to the GUI's CLI) ``` -$ tailscale up # +$ tailscale up # (any optional arguments) $ tailscale status ````