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?