Skip to content

Commit

Permalink
scripts/installer.sh: auto-start tailscale on Alpine (tailscale#11214)
Browse files Browse the repository at this point in the history
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 tailscale#11161

Signed-off-by: Keli Velazquez <keli@tailscale.com>
  • Loading branch information
kelivel committed Feb 27, 2024
1 parent 1cf8582 commit 086ef19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ main() {
set -x
$SUDO apk add tailscale
$SUDO rc-update add tailscale
$SUDO rc-service tailscale start
set +x
;;
xbps)
Expand Down

0 comments on commit 086ef19

Please sign in to comment.