strixy
2004-07-20, 09:14 AM CDT
derailing from another post here (http://www.fedoraforum.org/forum/showthread.php?p=85453#post85453) I have come across a question.
When working with init V scritps... re:
# chkconfig: 345 85 15
I would assume that it's a bad idea to set up several scripts all set to 85 15. How do I know when to start this script and when to kill it? Is it okay to set several to 85 15? or should it be 86 14, maybe 109 65? If I want this to load last and kill first, how do I discover, determine, detect - when / which numbers to use?
Are these numbers related to the PID directly? as per ps -aux ?
When working with init V scritps... re:
# chkconfig: 345 85 15
I would assume that it's a bad idea to set up several scripts all set to 85 15. How do I know when to start this script and when to kill it? Is it okay to set several to 85 15? or should it be 86 14, maybe 109 65? If I want this to load last and kill first, how do I discover, determine, detect - when / which numbers to use?
Are these numbers related to the PID directly? as per ps -aux ?