mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-01 05:52:24 +00:00
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:
parent
1cf85822d0
commit
086ef19439
@ -528,6 +528,7 @@ main() {
|
|||||||
set -x
|
set -x
|
||||||
$SUDO apk add tailscale
|
$SUDO apk add tailscale
|
||||||
$SUDO rc-update add tailscale
|
$SUDO rc-update add tailscale
|
||||||
|
$SUDO rc-service tailscale start
|
||||||
set +x
|
set +x
|
||||||
;;
|
;;
|
||||||
xbps)
|
xbps)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user