Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
60
rated 0 times [  60] [ 0]  / answers: 1 / hits: 135192  / 2 Years ago, tue, march 22, 2022, 4:49:43

I can not use chkconfig tools in Ubuntu 12.10



It's a very useful tools to configure the service to autostart or not. Why is it no longer available?


More From » 12.10

 Answers
2

sysv-rc-conf is an alternate option for Ubuntu.



The usage is almost the same.



To install:



sudo apt-get install sysv-rc-conf


To configure apache2 to start on boot



sysv-rc-conf apache2 on


equivalent chkconfig command



chkconfig apache2 enable


To check runlevels apache2 is configured to start on



sysv-rc-conf --list apache2


equivalent chkconfig command



chkconfig --list apache2

[#34070] Wednesday, March 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
beateyra

Total Points: 499
Total Questions: 113
Total Answers: 125

Location: Falkland Islands
Member since Mon, Jul 13, 2020
4 Years ago
;