Difference between revisions of "Start Stop Service Debian"

From MS Computech
Jump to: navigation, search
(New page: remove from bootup: update-rc.d -f nfs remove<br>add to bootup: update-rc.d nfs defaults<br>add and set levels: update-rc.d nfs start 20 2 3 4 5 . stop 20 0 1 6 .<br>You can also use rccon...)
 
(No difference)

Latest revision as of 15:16, 14 May 2009

remove from bootup: update-rc.d -f nfs remove
add to bootup: update-rc.d nfs defaults
add and set levels: update-rc.d nfs start 20 2 3 4 5 . stop 20 0 1 6 .
You can also use rcconf or sysvconfig.

start something: /etc/init.d/nfs start
stop with: /etc/init.d/nfs stop