Re: [Tutor] Init Script (RHEL 5 Linux)

2011-03-07 Thread Steven D'Aprano
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 be

[Tutor] Init Script (RHEL 5 Linux)

2011-03-07 Thread Tom Tucker
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? Thanks Here is the high level logic. 1. Execute script 1. perform these