tailscale: fix fw_mode env by using append_param
authorTung-Yi Chen <redacted>
Thu, 5 Mar 2026 18:24:22 +0000 (02:24 +0800)
committerWesley Gimenes <redacted>
Fri, 6 Mar 2026 15:12:22 +0000 (12:12 -0300)
commit04dd27674493ec018a7cd582538f7a60e9ce7803
treeb6723ae883eec94de27ab96f2d42d44bb9e6ae3c
parent0f574b5f5ba466817adb87ecff49cc0a3ec3e333
tailscale: fix fw_mode env by using append_param

The previous commit 09c14817 introduced TS_NO_LOGS_NO_SUPPORT but
used procd_set_param for a subsequent environment variable. This
overwrote the previous env setting, causing fw_mode to be missed.

Switch to procd_append_param to ensure all environment variables are
properly passed to the process.

Signed-off-by: Tung-Yi Chen <redacted>
net/tailscale/Makefile
net/tailscale/files/tailscale.init
git clone https://git.99rst.org/PROJECT