mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-24 02:31:48 +01:00
The service was starting after systemd itself, and while this surprisingly worked for some situations, it broke for others. Change it to start after a GUI has been initialized. Updates #17656 Signed-off-by: Claus Lensbøl <claus@tailscale.com>
11 lines
159 B
Desktop File
11 lines
159 B
Desktop File
[Unit]
|
|
Description=Tailscale System Tray
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/tailscale systray
|
|
|
|
[Install]
|
|
WantedBy=default.target
|