Enable/Disable service when start server
Two ways in order to doing this ( that I have for now )
1. Using rcconf ( from top-infra of my company )
1.1 $ sudo apt-get install rcconf
1.2 $ sudo rcconf
1.3 let's do what you want.
2. Using command line
2.1 sudo update-rc.d [enable | disable]
1. Using rcconf ( from top-infra of my company )
1.1 $ sudo apt-get install rcconf
1.2 $ sudo rcconf
1.3 let's do what you want.
2. Using command line
2.1 sudo update-rc.d
Comments
Post a Comment