Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I would like to remove modem-manager service from my boot, how can I do it ?

share|improve this question

2 Answers

I'm trying

sudo mv /usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service /usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service.disabled

this doesn't work ( don't know y ):

"echo manual | sudo tee -a /etc/init/modemmanager.override"
share|improve this answer
  1. If it is SysV init style symbolic links

    update-rc.d [-n] [-f] base_name remove

  2. If it is per user (X11 session), check the following folders and remote corresponding files:

    ~/.config/autostart

    /etc/xdg/autostart

share|improve this answer
thank u but it is not a SysV init ... it is a upstart service, see my answer below – Postadelmaga Nov 14 '12 at 4:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.