[Unit]
Description=Syncthing
Documentation=man:syncthing(1)
StartLimitIntervalSec=60
StartLimitBurst=4

[Service]
ExecStart=/var/lib/flatpak/app/me.kozec.syncthingtk/current/active/files/bin/syncthing serve --no-browser --no-restart --logflags=0 --config=%h/.var/app/me.kozec.syncthingtk/config/syncthing --data=%h/.var/app/me.kozec.syncthingtk/data/syncthing
Restart=on-failure
RestartSec=1
SuccessExitStatus=3 4
RestartForceExitStatus=3 4

# Hardening
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true

[Install]
WantedBy=default.target
