[systemd] Fix syncthing calling params
This commit is contained in:
@ -31,6 +31,9 @@ WEBCAMS=(
|
||||
"firewood"
|
||||
"garden"
|
||||
"diningroom"
|
||||
"office"
|
||||
"office_birds"
|
||||
"ducks"
|
||||
)
|
||||
TIMELAPSE_SCRIPT="/usr/local/bin/make_timelapse"
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user