Skip to content

Commit

Permalink
add envvar to disable logging to log.tailscale.io (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyMikhalkin authored Oct 13, 2022
1 parent 611ca24 commit 5806fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/netconf/tpl/tailscaled.service.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ LimitMEMLOCK=infinity
User=root
Group=root
Type=notify
Environment="TS_NO_LOGS_NO_SUPPORT=true"
ExecStartPre=ip vrf exec {{ .DefaultRouteVrf }} /usr/local/bin/tailscaled --cleanup
ExecStart=/bin/ip vrf exec {{ .DefaultRouteVrf }} /usr/local/bin/tailscaled --port {{ .TailscaledPort }}
ExecStopPost=ip vrf exec {{ .DefaultRouteVrf }} /usr/local/bin/tailscaled --cleanup
Expand Down

0 comments on commit 5806fb8

Please sign in to comment.