summaryrefslogtreecommitdiffstats
path: root/network/mailman/rc.mailman
blob: bf5e8eeda00b2e6d07358728e6e490d52467b8b2 (plain)
1
2
3
4
5
6
7
8
#!/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