Mark Lanctot;134212 Wrote: > My Linux newbieness is showing now (if it hasn't shown itself already!) > > How do I stop SlimServer from automatically starting? As with > everything in Ubuntu, there's a GUI tool for this but SlimServer isn't > listed.
It's easy to do from the command line: Open a shell and become root. Then do: # rm /etc/rc?.d/S20slimserver Thats all. To reinstate: # cd /etc/rc2.d # ln -s ../init.d/slimserver S20slimserver # cd /etc/rc3.d # ln -s ../init.d/slimserver S20slimserver # cd /etc/rc4.d # ln -s ../init.d/slimserver S20slimserver # cd /etc/rc5.d # ln -s ../init.d/slimserver S20slimserver (Note that this is for Debian and Ubuntu, and would be different for RedHat derivatives) -- blackbear ------------------------------------------------------------------------ blackbear's Profile: http://forums.slimdevices.com/member.php?userid=7015 View this thread: http://forums.slimdevices.com/showthread.php?t=27042 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
