#!/bin/sh /etc/rc.common

start() {
	/usr/bin/gkrellmd
}

stop() {
	killall gkrellmd
}