Created
February 20, 2024 07:36
-
-
Save reactormonk/5e2e67f7dcea0859b0058eb070db1414 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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