mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-28 11:14:06 -04:00
Using the new wait command from #18574 provide a tailscale-online.target that has a similar usage model to the conventional `network-online.target`. Updates #3340 Updates #11504 Signed-off-by: James Tucker <james@tailscale.com>
13 lines
226 B
Desktop File
13 lines
226 B
Desktop File
[Unit]
|
|
Description=Wait for Tailscale to be online
|
|
After=tailscaled.service
|
|
Requires=tailscaled.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/tailscale wait
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=tailscale-online.target
|