updated the command to start syncthing

This commit is contained in:
aminnairi
2025-02-05 12:17:06 +01:00
parent edac0f2291
commit 6af08d2c8e
@@ -4,7 +4,7 @@ Documentation=https://docs.syncthing.net/
After=network.target After=network.target
[Service] [Service]
ExecStart=/usr/bin/syncthing -no-browser -logflags=0 ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --no-upgrades
Restart=on-failure Restart=on-failure
SuccessExitStatus=3 4 SuccessExitStatus=3 4
RestartForceExitStatus=3 4 RestartForceExitStatus=3 4