syncthing/etc/linux-systemd/system/syncthing@.service

25 lines
517 B
SYSTEMD
Raw Normal View History

2014-11-19 09:42:05 +01:00
[Unit]
Description=Syncthing - Open Source Continuous File Synchronization for %I
Documentation=man:syncthing(1)
After=network.target
StartLimitIntervalSec=60
StartLimitBurst=4
2014-11-19 09:42:05 +01:00
[Service]
User=%i
ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --logflags=0
Restart=on-failure
RestartSec=1
SuccessExitStatus=3 4
RestartForceExitStatus=3 4
2014-11-19 09:42:05 +01:00
# Hardening
ProtectSystem=full
PrivateTmp=true
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true
2014-11-19 09:42:05 +01:00
[Install]
WantedBy=multi-user.target