mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-22 08:51:41 +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"
|