Results 1 to 7 of 7
hi i was just wondering hot to add and remove things from startup i currently only want to remove sendmail and sm-client but i would also like to know how ...
- 09-11-2007 #1
add and remove things from start up
hi i was just wondering hot to add and remove things from startup i currently only want to remove sendmail and sm-client but i would also like to know how to add things to startup for future reference i think its got something to do with the INIT setup but i dont exactly know what
thanks rob
- 09-11-2007 #2
In KDE you can create shortcuts to applications in your ~/.kde/Autostart directory.
For instance:
Creates a shortcut to start KMess or if you know the path to the file you want to run:Code:ln -s ${which kmess}
Code:ln -s ~/myscript
Linux User #453176
- 09-11-2007 #3
- 09-11-2007 #4
I'm not sure then sorry
Linux User #453176
- 09-11-2007 #5
- 09-15-2007 #6Just Joined!
- Join Date
- Sep 2007
- Posts
- 9
chkconfig
if you are talking about the system startup and not your window session startup, you want to take a look at "chkconfig" (on redhat, anyway).
The man page is here.
- 09-16-2007 #7
If you run system-config-services or ntsysv, you will get a nice interface for you to enable or disable system services. The system-config-services is marked as "Services" in the KDE and GNOME menus. The chkconfig and the service commands may also be worth looking at.


Reply With Quote