Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

38 lines (18 loc) · 1.03 KB

Syncthing RPM Package for Fedora

This repository allows you to make an RPM package for Syncthing on Fedora systems. I also created a first RPM package for i686/x64 and added to the RPMS folder if you want to install the Syncthing service to system for your own usage.

After installation usage :

RPM packages add "syncthing" and "[email protected]" that allows you to run "syncthing" service for each user and create their own config file, thus Syncthing will not conflict with other conf files.

Username part will be your username in your system.

To start service (as root)

systemctl start [email protected]

To stop service

systemctl stop [email protected]

To enable on boot

systemctl enable [email protected]

Fedora Repository Installation

Fedora Copr Repository : http://copr.fedoraproject.org/coprs/thunderbirdtr/Syncthing_for_Fedora/

Website : http://syncthing.net/

Forum : https://discourse.syncthing.net/

Getting Started : https://discourse.syncthing.net/t/getting-started/

License : MIT