Skip to content

Instantly share code, notes, and snippets.

@beucismis
Created August 13, 2022 10:37
Show Gist options
  • Select an option

  • Save beucismis/cf29457b8a26c060f71ceabf8dbb6cd8 to your computer and use it in GitHub Desktop.

Select an option

Save beucismis/cf29457b8a26c060f71ceabf8dbb6cd8 to your computer and use it in GitHub Desktop.
Syncthing service file for OpenRC
#!/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