notes/IT/Deploying Syncthing.md

11 lines
435 B
Markdown
Raw Normal View History

2023-10-02 01:35:38 +00:00
https://docs.syncthing.net/intro/getting-started.html#getting-started
2023-10-02 01:33:37 +00:00
Syncthing was installed with `sudo apt install syncthing` after all packages and lists were updated.
2023-10-02 01:35:38 +00:00
2023-10-02 03:50:41 +00:00
A syncthing user and group were created to run the `systemd` service, and they were given ownership of a directory
2023-10-02 03:51:41 +00:00
The systemd service was edited to include the `--home=/opt/syncthing` path, and the service was started after `sudo systemctl daeon-reload`
A c