M HYPE SPLASH
// general

Disable Start-Up Applications

By Sarah Scott

I followed this tutorial on youtube to disable start-up applications in Ubuntu Sever 13.10. What happened is all unchecked apps are being checked again when I close then open the box! What should I do to keep them unchecked?

1 Answer

sysv-rc-conf is the tool you want:

sudo apt-get install sysv-rc-conf

You have to run it as root:

sudo sysv-rc-conf

then use the arrow keys to navigate, spacebar to select, q to quit. Be sure you know what you are doing.

PS: the video you posted is for ubuntu desktop (unity). You didn't install X on your server, just for that, right?

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy