You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chd/.config/systemd/user/tailscale-systray.service

19 lines
295 B

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