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

Ubuntu
回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

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

文章 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
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

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

文章 yehlu »

http://askubuntu.com/questions/9382/how ... at-startup

代碼: 選擇全部

sudo update-rc.d dhcp3-server defaults
回覆文章

回到「Ubuntu」