Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 750  / 1 Year ago, tue, december 27, 2022, 3:08:05

I'd like to disable mini-http on boot.



sudo /etc/init.d/mini-httpd disable


The above command does not exist. Only start|stop|restart|force-reloadoptions are available and these only stop the service till the next reboot.



I am using Ubuntu 12.04.3 LTS.


More From » boot

 Answers
7

You could try sudo update-rc.d mini-httpd disable OR sudo update-rc.d remove and restore to defaults with



sudo update-rc.d mini-httpd defaults



You can use -f flag to force the changes.


[#29532] Thursday, December 29, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lowstonnequ

Total Points: 279
Total Questions: 125
Total Answers: 123

Location: Finland
Member since Sun, Dec 5, 2021
2 Years ago
lowstonnequ questions
Wed, Oct 26, 22, 14:40, 2 Years ago
Tue, Feb 28, 23, 01:39, 1 Year ago
Wed, Dec 1, 21, 23:44, 2 Years ago
Thu, Apr 21, 22, 13:13, 2 Years ago
;