mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
c84f60f949
Might help avoiding the 'Start request repeated too quickly.' error. Fixes #6633, fixes #6634
19 lines
391 B
Desktop File
19 lines
391 B
Desktop File
[Unit]
|
|
Description=Syncthing - Open Source Continuous File Synchronization
|
|
Documentation=man:syncthing(1)
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
SuccessExitStatus=3 4
|
|
RestartForceExitStatus=3 4
|
|
|
|
# Hardening
|
|
SystemCallArchitectures=native
|
|
MemoryDenyWriteExecute=true
|
|
NoNewPrivileges=true
|
|
|
|
[Install]
|
|
WantedBy=default.target
|