#!/bin/sh

# Simple start-only rc file, since mainstream doesn't provide one

if [ -x /opt/mailman/bin/mailmanctl ];then 
	/opt/mailman/bin/mailmanctl -s start	
fi