Skip to content

Commit

Permalink
added statedir parameter for tailscale startup fixing broken cert gen…
Browse files Browse the repository at this point in the history
…eration (#2380, @konne)
  • Loading branch information
konne committed Aug 21, 2023
1 parent fe93f0f commit 3a08607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/package/tailscale/S46tailscaled
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DAEMON="tailscaled"
[[ ! -e /etc/config/tailscaleEnabled ]] && exit 0

TAILSCALED_EXEC="/usr/sbin/${DAEMON}"
TAILSCALED_ARGS="-state /etc/config/${DAEMON}.state -socket /var/run/tailscale/${DAEMON}.sock"
TAILSCALED_ARGS="-statedir /etc/config/${DAEMON} -state /etc/config/${DAEMON}.state -socket /var/run/tailscale/${DAEMON}.sock"
TAILSCALED_PID="/var/run/tailscale/${DAEMON}.pid"
TAILSCALED_PORT=41641
TAILSCALE_EXEC="/usr/bin/tailscale"
Expand Down

0 comments on commit 3a08607

Please sign in to comment.