This is a discussion on chkconfig: - 60 20 ; what does means? within the Linux Operating System forums, part of the Unix Operating Systems category; --> I found following script line in /etc/rc.d/init.d/nfs chkconfig: - 60 20 someone tell me what does above line means? ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I found following script line in /etc/rc.d/init.d/nfs chkconfig: - 60 20 someone tell me what does above line means? I think start priority 60 and stop priority 20, but as I know nice value's range goes from -20 (highest priority) to 19 (lowest). thank you a lot. have a day. |
| ||||
| "somez72" <somez72@chollian.net> wrote in message news:bf38le$2c8$1@news1.kornet.net... | I found following script line in /etc/rc.d/init.d/nfs | | chkconfig: - 60 20 | | someone tell me what does above line means? | I think start priority 60 and stop priority 20, but as I know nice value's | range goes from -20 (highest priority) to 19 (lowest). | | | thank you a lot. | have a day. | | | It does not correspond to "nice" values. It corresponds to the service start and kill "priority" or rather the order number during startup and shutdown sequences. as mentioned. "man chkconfig" ken k |
| Thread Tools | |
| Display Modes | |
|
|