Syncthing
Service
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