mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 12:16:44 +02:00
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>
14 lines
257 B
Desktop File
14 lines
257 B
Desktop File
[Unit]
|
|
Description=Tailscale System Tray
|
|
Documentation=https://tailscale.com/kb/1597/linux-systray
|
|
Requires=dbus.service
|
|
After=dbus.service
|
|
PartOf=default.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/tailscale systray
|
|
|
|
[Install]
|
|
WantedBy=default.target
|