#!/sbin/openrc-run
supervisor=supervise-daemon

command="/usr/bin/syncv3"
command_background="yes"
command_user="sliding-sync:sliding-sync"

pidfile="/var/run/${SVCNAME}.pid"

depend() {
	need net
	after firewall
}
