mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-23 03:17:43 +00:00
client/systray: add startup script generator for systemd (#16801)
Updates #1708 Signed-off-by: Claus Lensbøl <claus@tailscale.com>
This commit is contained in:
10
client/systray/tailscale-systray.service
Normal file
10
client/systray/tailscale-systray.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Tailscale System Tray
|
||||
After=systemd.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/tailscale systray
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Reference in New Issue
Block a user