Skip to content

Commit

Permalink
paths: set default state path on AIX
Browse files Browse the repository at this point in the history
Updates tailscale#11361

Change-Id: I196727a540be6b7c75303f9958490b1d76189fd6
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
  • Loading branch information
bradfitz committed Apr 14, 2024
1 parent 271cfdb commit a6739c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paths/paths_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ func statePath() string {
return "/var/db/tailscale/tailscaled.state"
case "darwin":
return "/Library/Tailscale/tailscaled.state"
case "aix":
return "/var/tailscale/tailscaled.state"
default:
return ""
}
Expand Down

0 comments on commit a6739c4

Please sign in to comment.