#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org

START=99

SERVICE_USE_PID=1

start () {
	/usr/shc/cron start
}

stop() {
	/usr/shc/cron stop
}
