in reply to Re: How do I run a script in the background? How should I run a script as daemon?
in thread How do I run a script in the background? How should I run a script as daemon?
The approved way of disassociating a process from its process group is by changing its process group ID (pgid), such as via setsid. See perlipc and my other comment at Re: Is it possible to background a perl script from within itself? for a method to cleanly do this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Answer: How do I run a script in the background? How should I run a script as daemon?
by AgentM (Curate) on Nov 17, 2000 at 01:05 UTC |