[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ftpd and supervise.



Why not run ftpd standalone with the -D flag ?

// Brad

brad@comstyle.com
brad@openbsd.org

>I'm having a b#$%h of a time getting ftpd to live under supervise (djb
>daemon tools).  It seems to just start it self over and over and over
>though when i run it from the command line on a different port (like 999)
>I can at least connect to it...
>
>My run script is as follows:
>!/bin/sh
>exec /usr/local/bin/tcpserver -v -H -R -p -c 20 -D -l 0 0 21 /usr/libexec/ftpd -USdl
>
>Has anyone had any luck with this?
>
>I apologize for asking here but there is no daemontools mailing list to
>ask on and well irc... is well irc :P
>
>My goal is to give inetd the boot and this is the last service I have to
>deal with before that goal is complete. :)