Dirk Meyer wrote:
[EMAIL PROTECTED] wrote:
Update of /cvsroot/freevo/freevo/boot In directory sc8-pr-cvs1:/tmp/cvs-serv27692
Modified Files:
record_server_init webserver_init Log Message:
need to cd to $FREEVO_HOME, also keep using freevo execute rather
than helpers script because execute will wait on the process (what
we need when usinig init).
Really? I thought init wants to start some stuff in the background. At
least Gentoo is very happy with freevo starting things in the
background.
I mean init as in from inittab, not rc start/stop scripts. For inittab entries (using the respawn option) init will wait for the process to exit, then restart it.
BTW, when you use
| freevo webserver
freevo will start webserver.py and will wait for the end. When using start, stop, it will only start and stop things, using disown:
| freevo webserver start
starts the webserver and returns.
DOH! This may solve my problems, thanks. :)
-Rob
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
