No.. My init script (in part) looks like this:
case "$1" in
start)
# Start daemon.
echo -n "Starting spamd: "
daemon spamd -x -u spamd -H /home/spamd -d -v -m 10
RETVAL=$?
touch /var/lock/spamd
echo
;;
Jon wrote:
Greg Kopp said:
I included my -m flad in the string following the call to spamd.
Yemme see if I understand you correctly. You've run spamd from your console with the -m switch, not the init script and it doesn't limit the processes?
-- Jon
