mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 23:30:58 +00:00
ecc72d7693
PR #2578 enables us to remove the exit code 2 from the list of success status codes, because SIGINT will be handled properly. I have also converted STNORESTART to --no-restart for the sake of consistency.
16 lines
367 B
Desktop File
16 lines
367 B
Desktop File
[Unit]
|
|
Description=Syncthing - Open Source Continuous File Synchronization for %I
|
|
Documentation=http://docs.syncthing.net/
|
|
After=network.target
|
|
Wants=syncthing-inotify@.service
|
|
|
|
[Service]
|
|
User=%i
|
|
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
|
|
Restart=on-failure
|
|
SuccessExitStatus=3 4
|
|
RestartForceExitStatus=3 4
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|