How to make slmodemd run automatically on startup?

electricshoes ulist at gs1.ubuntuforums.org
Wed Sep 6 06:10:04 UTC 2006


Did you want it to startup as a system service or when you login to your
desktop?

If you want to just have it run after you log in, go to System >
Preferences > Sessions, under the Startup tab, click Add and then put
in the command slmodemd

For a system service it needs to be added to init.d


Code:
--------------------
    sudo cp /usr/bin/slmodemd /etc/init.d/
  sudo update-rc.d slmodemd defaults
--------------------


I think that will work for you.


-- 
electricshoes




More information about the ubuntu-users mailing list