mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-13 22:47:30 +00:00
11 lines
158 B
Desktop File
11 lines
158 B
Desktop File
[Unit]
|
|
Description=Tailscale System Tray
|
|
After=systemd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/tailscale systray
|
|
|
|
[Install]
|
|
WantedBy=default.target
|