Skip to content

Instantly share code, notes, and snippets.

@JodusNodus
JodusNodus / syncthing
Last active January 17, 2021 22:14 — forked from arudmin/syncthing
/etc/init.d/syncthing
#!/bin/sh
### BEGIN INIT INFO
# Provides: syncthing
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Should-Start: $network
# Should-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Multi-user daemonized version of syncthing.