To start ircd-hybrid at boot time, edit /etc/ircd-hybrid/ircd.conf
as required and insert the following into /etc/rc.local.

if [ -x /usr/local/bin/ircd ]; then
	echo -n ' ircd'
	install -d -o _ircd-hybrid /var/run/ircd
	/usr/local/bin/ircd
fi
