From abdbca47af098469fba238c408dd1f4b373d254c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neal=20Gompa=20=28=E3=83=8B=E3=83=BC=E3=83=AB=E3=83=BB?= =?UTF-8?q?=E3=82=B4=E3=83=B3=E3=83=91=29?= Date: Mon, 2 Feb 2026 11:49:44 -0500 Subject: [PATCH] client/systray: Update systemd unit to use correct dependencies (#18457) This ensures that D-Bus is active for the unit and will correctly shut down when the default target ends. Fixes: https://github.com/tailscale/tailscale/issues/18458 Signed-off-by: Neal Gompa --- client/systray/tailscale-systray.service | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/systray/tailscale-systray.service b/client/systray/tailscale-systray.service index 01d0b383c..bc4b47004 100644 --- a/client/systray/tailscale-systray.service +++ b/client/systray/tailscale-systray.service @@ -1,6 +1,9 @@ [Unit] Description=Tailscale System Tray -After=graphical.target +Documentation=https://tailscale.com/kb/1597/linux-systray +Requires=dbus.service +After=dbus.service +PartOf=default.target [Service] Type=simple