mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 11:28:59 +00:00
Merge pull request #2581 from rumpelsepp/master
systemd: Remove exit code 2, due to #2578
This commit is contained in:
commit
33173e76a0
@ -6,10 +6,9 @@ Wants=syncthing-inotify@.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=%i
|
User=%i
|
||||||
Environment=STNORESTART=yes
|
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
|
||||||
ExecStart=/usr/bin/syncthing -no-browser -logflags=0
|
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
SuccessExitStatus=2 3 4
|
SuccessExitStatus=3 4
|
||||||
RestartForceExitStatus=3 4
|
RestartForceExitStatus=3 4
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
@ -5,10 +5,9 @@ After=network.target
|
|||||||
Wants=syncthing-inotify.service
|
Wants=syncthing-inotify.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=STNORESTART=yes
|
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
|
||||||
ExecStart=/usr/bin/syncthing -no-browser -logflags=0
|
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
SuccessExitStatus=2 3 4
|
SuccessExitStatus=3 4
|
||||||
RestartForceExitStatus=3 4
|
RestartForceExitStatus=3 4
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user