[systemd] Fix syncthing calling params
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user