[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

@ -31,6 +31,9 @@ WEBCAMS=(
"firewood" "firewood"
"garden" "garden"
"diningroom" "diningroom"
"office"
"office_birds"
"ducks"
) )
TIMELAPSE_SCRIPT="/usr/local/bin/make_timelapse" TIMELAPSE_SCRIPT="/usr/local/bin/make_timelapse"

View File

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