Updated Tailscaled on macOS (markdown)

Brad Fitzpatrick 2021-02-18 13:56:01 -08:00
parent bcb8b944af
commit 6b7ad83ca3

@ -37,14 +37,16 @@ Or, to run it in the background under launchd so it starts at system boot:
$ sudo tailscaled install-system-daemon $ 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 ### 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) 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 $ tailscale status
```` ````