mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-06 07:37:38 +00:00
5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
![]() |
#!/bin/sh
|
||
|
cfg=/var/lib/tailscale/relay.conf
|
||
|
dir=$(dirname "$0")
|
||
|
"$dir/taillogin" --config="$cfg"
|