[Tutor] Init Script (RHEL 5 Linux)

Steven D'Aprano steve at pearwood.info
Mon Mar 7 23:15:47 CET 2011


On Tue, 8 Mar 2011 08:49:12 am Tom Tucker wrote:
> Hello. I am trying implement a *one time* execution of an init
> script.  Any recommendation on how to fork or detach this
> script from the normal init 3 execution process so that it doesn't
> hold up other activities?

This mailing list is for beginners learning Python the language. While 
we're happy to help, chances are that most people here won't be able to 
answer your question. You may have better luck with the main Python 
mailing list, python-list at python.org, also available as a news group, 
comp.lang.python.

But having said that, my guess would be to look at the subprocess module 
and see if that will do what you are hoping for.


-- 
Steven D'Aprano


More information about the Tutor mailing list