My immediate thought was '&' and signals. Following any command in Linux with an ampersand will cause it to run in the background (much like the bg command). The signals will allow you to control the script without having an interactive interface to it. As a comprehensive solution:
This could possibly also be accomplished with a single script, just having it check for its own existence in the processes (although it would have to exclude its own pid). [id://roger] also had some good resources posted above.
In reply to Re: making a perl script TSR? (on linux)
by wink
in thread making a perl script TSR? (on linux)
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |