Tobias Åman writes: > What happends is that these run defunct messages appears in the ps > -ax and also messages in syslog with the text tcpauth looping. > > But they work anyway but i can´t stop anything i try to kill > processes but they don´t stop
You have & at the end of each script. This is causing them to be backgrounded by the shell. supervise thus sees that the process has exited and restarts it. Remove the & from the end of each script. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/