I'm trying to run the commmand below to Centos and of course I get command not found. How do I then convert it to chkconfig ?
update-rc.d redis_6379 defaults
|
I'm trying to run the commmand below to Centos and of course I get command not found. How do I then convert it to chkconfig ?
|
|||
|
|
It is important to understand what the command does in order to use the equivalent on a different system. Here is the description of "defaults" in the update-rc.d manpage:
In order to replicate this in
By default, chkconfig assumes levels 2345. Any runlevels not specified as |
|||
|
|