[Mailman-Users] Starting mailman with daemontools

C. Posey bluehaze at macvoodoo.com
Sun Mar 2 07:14:11 CET 2003


Has anyone ever written the run doc for starting mailman with DJBNS 
daemontools.

I tried this:

#!/bin/sh
exec 2>&1
exec envuidgid mailman \
         rm -f /usr/local/mailman/locks/* \
         exec /usr/local/bin/python /usr/local/mailman/bin/mailmanctl 
start

but it doesn't seem to be starting mailman properly.

Any one have any suggestions?




More information about the Mailman-Users mailing list