chd/.config/systemd/user/tailscale-systray.service

18 lines
283 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Runs the tailscale systray
After=network.target
Wants=tailscaled.service
[Service]
ExecStart=/home/josiah/go/bin/tailscale-systray
LimitNOFILE=1024
Restart=always
RestartSec=10
Environment=DISPLAY=:0
PermissionsStartOnly=true
[Install]
WantedBy=default.target