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