Skip to content

Instantly share code, notes, and snippets.

@foriequal0
Created April 30, 2026 12:33
Show Gist options
  • Select an option

  • Save foriequal0/52e5834562848b08c000f3fb5a951232 to your computer and use it in GitHub Desktop.

Select an option

Save foriequal0/52e5834562848b08c000f3fb5a951232 to your computer and use it in GitHub Desktop.
~/.config/systemd/user/tailscale-systray.service
[Unit]
Description=Tailscale System Tray
After=systemd.service
[Service]
Type=simple
ExecStart=/usr/bin/tailscale systray
Restart=on-failure
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment