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]
|
[Unit]
|
||||||
Description=Tailscale System Tray
|
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]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|||||||
Reference in New Issue
Block a user