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 <ngompa@velocitylimitless.com>
main
Neal Gompa (ニール・ゴンパ) 2 months ago committed by GitHub
parent 274ab995d2
commit abdbca47af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      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

Loading…
Cancel
Save