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

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 

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

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