Created
April 30, 2026 12:33
-
-
Save foriequal0/52e5834562848b08c000f3fb5a951232 to your computer and use it in GitHub Desktop.
~/.config/systemd/user/tailscale-systray.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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