Created
August 13, 2022 10:37
-
-
Save beucismis/cf29457b8a26c060f71ceabf8dbb6cd8 to your computer and use it in GitHub Desktop.
Syncthing service file for OpenRC
This file contains hidden or 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
| #!/sbin/openrc-run | |
| name=$RC_SVCNAME | |
| description="Syncthing - Open Source Continuous File Synchronization" | |
| supervisor="supervise-daemon" | |
| command_user="beucismis" | |
| command="/usr/bin/syncthing" | |
| command_args="-no-browser -no-restart -logflags=0" | |
| depend() { | |
| after net | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment