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>
This commit is contained in:
committed by
GitHub
parent
274ab995d2
commit
abdbca47af
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user