#!/bin/sh

### BEGIN INIT INFO
# Provides:          syncoveryguardian start stop status  restart
# Required-Start:
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Syncovery Guardian Service
# Description:       Monitors and Keeps Syncovery Scheduler Service Running
### END INIT INFO

/usr/lib/SyncoveryGuardian/SyncoveryGuardian "$1"


