Skip to content

Instantly share code, notes, and snippets.

@reactormonk
Created February 20, 2024 07:36
Show Gist options
  • Save reactormonk/5e2e67f7dcea0859b0058eb070db1414 to your computer and use it in GitHub Desktop.
Save reactormonk/5e2e67f7dcea0859b0058eb070db1414 to your computer and use it in GitHub Desktop.
[Unit]
Description=Syncthing
[Service]
Type=simple
ExecStart=flatpak run --command=syncthing me.kozec.syncthingtk
Restart=on-failure
RestartSec=1
SuccessExitStatus=3 4
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment