Syncthing

Service

Additional information on how to start Syncthing as a service available in in this blog post.

systemd

To enable the syncthing service at the user level on a systemd based OS (e.g. Fedora) use

systemctl --user enable --now syncthing.service

The service might be lost after package or OS updates. To re-enable it, use:

systemctl --user daemon-reload
systemctl --user restart syncthing.service