Files
infra/dotfiles/desktop/.config/systemd/user/syncthing.service
2026-05-12 18:02:30 +02:00

11 lines
206 B
Desktop File

[Unit]
Description=Syncthing file synchronization
[Service]
Type=simple
ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --logfile=default
Restart=on-failure
[Install]
WantedBy=default.target