update-rc.d updates the System V style init script links /etc/rcrunlevel.d/NNname whose target is the script /etc/init.d/name. These links are run by init when it changes runlevels; they are generally used to start and stop system services such as daemons.

How-To: Managing services with update-rc.d - Debuntu On Debian and Ubuntu, runlevels 2, 3, 4 and 5 are multi-users runlevels. Runlevel 0 is Halt. Runlevel 1 is single user mode. Runlevel 6 is reboot. 1. Removing a Service. If you want to totally disable apache2 service by hand, you would need to delete every single link in /etc/rcX.d/. Using update-rc.d it … update-rc.d(8) — sysv-rc — Debian jessie — Debian Manpages DESCRIPTION¶ update-rc.d updates the System V style init script links /etc/rcrunlevel.d/NNname whose target is the script /etc/init.d/name. These links are run by init when it changes runlevels; they are generally used to start and stop system services such as daemons.runlevel is one of the runlevels supported by init, namely, 0123456789S, and NN is the two-digit sequence number that update-rc.d(8) — init-system-helpers — Debian testing update-rc.d updates the System V style init script links /etc/rcrunlevel.d/NNname whose target is the script /etc/init.d/name. These links are run by init when it changes runlevels; they are generally used to start and stop system services such as daemons. update-rc.d Cheat Sheet – JamesCoyle.net Limited

-They should edit the links directly or -use runlevel editors such as -.B sysv-rc-conf -and -.B bum -instead. + .SH INSTALLING INIT SCRIPT LINKS When run with either the .BR defaults ", " start ", or " stop @@ -233,6 +227,30 @@ It is intended that this be used only in maintainer scripts of …

Debian or Ubuntu Linux runlevel configuration tool to Sep 27, 2007 How to Enable or Disable Services in Ubuntu Systemd/Upstart

Debian and Ubuntu use the service command to control services and update-rc.d for adding and removing services from start up. Using the service command we can start, stop, restart and display all available services. With update-rc.d we can add and remove services and add them to the Ubuntu/ Debian start up scripts. As Linux operating systems have multiple states, or runlevels, you need to …

-They should edit the links directly or -use runlevel editors such as -.B sysv-rc-conf -and -.B bum -instead. + .SH INSTALLING INIT SCRIPT LINKS When run with either the .BR defaults ", " start ", or " stop @@ -233,6 +227,30 @@ It is intended that this be used only in maintainer scripts of … Debian/Ubuntu 的 update-rc.d 使用教學 | 小惡魔 - 電腦技術 - 工作 … 由於筆者都在寫 Go 語言,包成二進制執行檔後,就必須靠 update-rc.d 產生相對應的 scripts。 0 關機模式; 1 單機使用; 6 重新開機; 使用方式 在 /etc/init.d 目錄下寫好 script 後,可以用 update-rc.d 自動在 /etc/rcX 產生 link 檔案,請直接使用底下指令 $ update-rc.d gorush default 20 ubuntu - Using update-rc.d - Unix & Linux Stack Exchange You should take into account that Debian and Ubuntu only use runlevels 0, 1, 2, 6, and the default graphical multiuser runlevel is 2. Ubuntu has the added complication of upstart managing the event based services startup process, but old init.d script are still supported.. I think that the following command should work