#!/bin/sh

### BEGIN INIT INFO
# Provides:          syncovery start stop status  restart
# Required-Start:
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Syncovery Scheduler Service
# Description:       Starts/Stops Syncovery scheduler
### END INIT INFO

/usr/lib/Syncovery/SyncoveryCL "$1"


