[systemd] Fix syncthing calling params

This commit is contained in:
2026-05-29 08:20:46 -04:00
parent 85876213df
commit c5d0420593
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Documentation=man:syncthing(1)
After=network.target
[Service]
ExecStart=/usr/bin/syncthing -no-browser -no-restart
ExecStart=/usr/bin/syncthing --no-browser --no-restart
Restart=on-failure
SuccessExitStatus=3 4
RestartForceExitStatus=3 4