From 1be880bd3216a76d681f5f4333104c64861858cc Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 1 Oct 2023 21:51:41 -0600 Subject: [PATCH] vault backup: 2023-10-01 21:51:41 --- IT/Deploying Syncthing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IT/Deploying Syncthing.md b/IT/Deploying Syncthing.md index 25b3635..8c41771 100644 --- a/IT/Deploying Syncthing.md +++ b/IT/Deploying Syncthing.md @@ -4,3 +4,7 @@ Syncthing was installed with `sudo apt install syncthing` after all packages and 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 +