From 69d3cbc649ba5d9d3f78fd8c19c31c996032d3cd Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 29 Jul 2026 16:59:41 -0700 Subject: [PATCH] Add tailscale-systray.service --- systemd/tray-apps/tailscale-systray.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 systemd/tray-apps/tailscale-systray.service diff --git a/systemd/tray-apps/tailscale-systray.service b/systemd/tray-apps/tailscale-systray.service new file mode 100644 index 0000000..dec74dd --- /dev/null +++ b/systemd/tray-apps/tailscale-systray.service @@ -0,0 +1,11 @@ +[Unit] +Description=Configure Tailscale with a system tray applet +Documentation=https://tailscale.com/ +PartOf=tray-apps.target +After=tray-apps.target + +[Service] +ExecStart=/usr/bin/tailscale systray + +[Install] +WantedBy=tray-apps.target