#!/bin/sh /etc/rc.common START=65 start() { service_start /usr/bin/unrealircd } stop() { service_stop /usr/bin/unrealircd }