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 activities
   2. Check network connectivity
      1. If connectivity: perform these activities
         1. Delete init script os.remove(sys.argv[0])
      2. If no connectivity:
         - Sleep 15 seconds
         - Check connectivity again
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to