scripts/installer.sh: auto-start tailscale on Alpine (#11214)

On Alpine, we add the tailscale service but fail to call start.
This means that tailscale does not start up until the user reboots the machine.

Fixes #11161

Signed-off-by: Keli Velazquez <keli@tailscale.com>
This commit is contained in:
Keli 2024-02-27 09:17:12 -05:00 committed by GitHub
parent 1cf85822d0
commit 086ef19439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -528,6 +528,7 @@ main() {
set -x
$SUDO apk add tailscale
$SUDO rc-update add tailscale
$SUDO rc-service tailscale start
set +x
;;
xbps)