#!/bin/sh

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

/usr/lib/SyncoveryRS/SyncoveryRS "$1"


