How do I disable mini-http on boot?

AleIla

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.

sagarchalise

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.

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

How do I disable the touchpad in Ubuntu 17.10?

来自分类Dev

How do I disable object reference creation in the Newtonsoft JSON serializer?

来自分类Dev

How do I programmatically disable Hazelcast client's logging?

来自分类Dev

How do I disable fast startup using safe mode?

来自分类Dev

How do I change the boot menu when I have no display?

来自分类Dev

How do I choose the URL for my Spring Boot webapp?

来自分类Dev

Why do I have ambiguous handler methods mapped for HTTP path in my Spring Boot Rest Data Application?

来自分类Dev

How do I rewrite / redirect from http to https in Go?

来自分类Dev

How do I install Windows 10 from USB to a UEFI Secure Boot Machine

来自分类Dev

how do i pass the HTTP response from one activity to another activity in android

来自分类Dev

How can I disable backlight when I lock the screen?

来自分类Dev

How can I enable/disable a UITextField's inputAccessoryView buttons?

来自分类Dev

How can I disable emacs delete-selection-mode

来自分类Dev

How can I enable or disable a windows service in .NET?

来自分类常见问题

How do I resolve ClassNotFoundException?

来自分类Dev

如何在启动时禁用mini-http?

来自分类Dev

Disable Chrome suggesting that I search on "How I Met Your Mother" wiki

来自分类Dev

Spring Boot发布HTTP请求

来自分类Dev

Spring Boot发布HTTP请求

来自分类Dev

How do i sort my listview alphabetically?

来自分类Dev

How do I parse a RestSharp response into a class?

来自分类Dev

How do I override a default keybinding in LightTable?

来自分类Dev

How do I modularize polyfills in Angular?

来自分类Dev

How do I declare a driver as global?

来自分类Dev

How do I combine lenses and functors?

来自分类Dev

How do I parse JSON in Racket?

来自分类Dev

How do I link to a pdf in AngularJS?

来自分类Dev

How do I include jquery in javafx webview?

来自分类Dev

How do I retrieve the text of a cell comment

Related 相关文章

  1. 1

    How do I disable the touchpad in Ubuntu 17.10?

  2. 2

    How do I disable object reference creation in the Newtonsoft JSON serializer?

  3. 3

    How do I programmatically disable Hazelcast client's logging?

  4. 4

    How do I disable fast startup using safe mode?

  5. 5

    How do I change the boot menu when I have no display?

  6. 6

    How do I choose the URL for my Spring Boot webapp?

  7. 7

    Why do I have ambiguous handler methods mapped for HTTP path in my Spring Boot Rest Data Application?

  8. 8

    How do I rewrite / redirect from http to https in Go?

  9. 9

    How do I install Windows 10 from USB to a UEFI Secure Boot Machine

  10. 10

    how do i pass the HTTP response from one activity to another activity in android

  11. 11

    How can I disable backlight when I lock the screen?

  12. 12

    How can I enable/disable a UITextField's inputAccessoryView buttons?

  13. 13

    How can I disable emacs delete-selection-mode

  14. 14

    How can I enable or disable a windows service in .NET?

  15. 15

    How do I resolve ClassNotFoundException?

  16. 16

    如何在启动时禁用mini-http?

  17. 17

    Disable Chrome suggesting that I search on "How I Met Your Mother" wiki

  18. 18

    Spring Boot发布HTTP请求

  19. 19

    Spring Boot发布HTTP请求

  20. 20

    How do i sort my listview alphabetically?

  21. 21

    How do I parse a RestSharp response into a class?

  22. 22

    How do I override a default keybinding in LightTable?

  23. 23

    How do I modularize polyfills in Angular?

  24. 24

    How do I declare a driver as global?

  25. 25

    How do I combine lenses and functors?

  26. 26

    How do I parse JSON in Racket?

  27. 27

    How do I link to a pdf in AngularJS?

  28. 28

    How do I include jquery in javafx webview?

  29. 29

    How do I retrieve the text of a cell comment

热门标签

归档