mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-15 23:47:39 +00:00
11 lines
158 B
SYSTEMD
11 lines
158 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Tailscale System Tray
|
||
|
After=systemd.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/tailscale systray
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|