#!/bin/bash

PROGRAM=/usr/sbin/rplayd
RUNLEVEL=3
NEEDS="+remote_fs"

. /etc/init.d/smgl_init

reload() {
	/usr/bin/rplay --reset
}
