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

17 lines
266 B
Desktop File

[Unit]
Description=Runs the SyncthingTray process.
After=network.target
[Service]
ExecStart=/run/current-system/sw/bin/syncthingtray
Restart=always
RestartSec=10
Environment=DISPLAY=:0
StandardOutput=syslog
StandardError=syslog
[Install]
WantedBy=default.target