1 頁 (共 1 頁)

How do I stop services from starting on boot on Ubuntu?

發表於 : 2014-04-10 11:56:19
yehlu
http://superuser.com/questions/35151/ho ... -on-ubuntu

代碼: 選擇全部

sudo update-rc.d -f apache2 remove
sudo update-rc.d -f mysql remove
sudo update-rc.d -f dhcp3-server remove

Re: How do I stop services from starting on boot on Ubuntu?

發表於 : 2014-04-10 11:57:39
yehlu
http://askubuntu.com/questions/9382/how ... at-startup

代碼: 選擇全部

sudo update-rc.d dhcp3-server defaults