#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=94

start() {
	mkdir -p /var/lib/scmpc
	/usr/bin/scmpc
}

stop() {
	killall scmpc
}