notes/IT/Deploying Syncthing.md
2023-10-01 21:51:41 -06:00

435 B

https://docs.syncthing.net/intro/getting-started.html#getting-started

Syncthing was installed with sudo apt install syncthing after all packages and lists were updated.

A syncthing user and group were created to run the systemd service, and they were given ownership of a directory

The systemd service was edited to include the --home=/opt/syncthing path, and the service was started after sudo systemctl daeon-reload

A c