Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to stop autostart sphinxsearch service on Ubuntu?

$ sudo update-rc.d sphinxsearch disable
update-rc.d: warning: /etc/init.d/sphinxsearch missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
 System start/stop links for /etc/init.d/sphinxsearch do not exist.

But I can stopped it manualy

~$ sudo service sphinxsearch stop
sphinxsearch stop/waiting

How to disable autostart?

share|improve this question
Offtopic question, I think. Did you try looking for this in askubuntu.com? – madth3 Feb 11 at 18:59
Thank you, I try it – user1466717 Feb 11 at 19:00

closed as off topic by Timo Geusch, talonmies, DocMax, Oldskool, Clive Feb 11 at 20:19

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.