diff --git a/aarch64/app/Tailscale_VPN b/aarch64/app/Tailscale_VPN index 09ee36b..39752b8 100755 --- a/aarch64/app/Tailscale_VPN +++ b/aarch64/app/Tailscale_VPN @@ -18,7 +18,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon (userspace networking)" --socket="$STATE_DIR/tailscaled.sock" \ --socks5-server=localhost:1055 \ --tun=userspace-networking \ - --verbose=1 2>&1 | logger -t "Tailscale_VPN" & + 2>&1 | logger -t "Tailscale_VPN" & TAILSCALED_PID=$! sleep 2 diff --git a/aarch64_ROOT/app/Tailscale_VPN b/aarch64_ROOT/app/Tailscale_VPN index 8c60ed7..70ece26 100755 --- a/aarch64_ROOT/app/Tailscale_VPN +++ b/aarch64_ROOT/app/Tailscale_VPN @@ -16,7 +16,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon" "$APP_DIR/lib/tailscaled" \ --state="$STATE_DIR/tailscaled.state" \ --socket="$STATE_DIR/tailscaled.sock" \ - --verbose=1 2>&1 | logger -t "Tailscale_VPN" & + 2>&1 | logger -t "Tailscale_VPN" & TAILSCALED_PID=$! sleep 2 diff --git a/aarch64_custom/app/lib/start_tailscale.sh b/aarch64_custom/app/lib/start_tailscale.sh index 62d7de5..55e5c35 100644 --- a/aarch64_custom/app/lib/start_tailscale.sh +++ b/aarch64_custom/app/lib/start_tailscale.sh @@ -43,7 +43,7 @@ $TAILSCALED_PATH \ --socket=$SOCKET_PATH \ --socks5-server=localhost:1055 \ --tun=userspace-networking \ - --verbose=1 2>&1 | logger -t "tailscale_script" & + 2>&1 | logger -t "tailscale_script" & TAILSCALED_PID=$! # Wait for tailscaled to initialize diff --git a/arm/app/Tailscale_VPN b/arm/app/Tailscale_VPN index 09ee36b..39752b8 100755 --- a/arm/app/Tailscale_VPN +++ b/arm/app/Tailscale_VPN @@ -18,7 +18,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon (userspace networking)" --socket="$STATE_DIR/tailscaled.sock" \ --socks5-server=localhost:1055 \ --tun=userspace-networking \ - --verbose=1 2>&1 | logger -t "Tailscale_VPN" & + 2>&1 | logger -t "Tailscale_VPN" & TAILSCALED_PID=$! sleep 2 diff --git a/arm_ROOT/app/Tailscale_VPN b/arm_ROOT/app/Tailscale_VPN index 8c60ed7..70ece26 100755 --- a/arm_ROOT/app/Tailscale_VPN +++ b/arm_ROOT/app/Tailscale_VPN @@ -16,7 +16,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon" "$APP_DIR/lib/tailscaled" \ --state="$STATE_DIR/tailscaled.state" \ --socket="$STATE_DIR/tailscaled.sock" \ - --verbose=1 2>&1 | logger -t "Tailscale_VPN" & + 2>&1 | logger -t "Tailscale_VPN" & TAILSCALED_PID=$! sleep 2 diff --git a/arm_custom/app/lib/start_tailscale.sh b/arm_custom/app/lib/start_tailscale.sh index 62d7de5..55e5c35 100644 --- a/arm_custom/app/lib/start_tailscale.sh +++ b/arm_custom/app/lib/start_tailscale.sh @@ -43,7 +43,7 @@ $TAILSCALED_PATH \ --socket=$SOCKET_PATH \ --socks5-server=localhost:1055 \ --tun=userspace-networking \ - --verbose=1 2>&1 | logger -t "tailscale_script" & + 2>&1 | logger -t "tailscale_script" & TAILSCALED_PID=$! # Wait for tailscaled to initialize