Preserved Topic: Linux - Start program at boot time |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: there...no..there..... |
posted 01-03-2004 17:10
I need a certain program to start up when Mandrake boots up. On windows this is really simple but in Linux I am at a loss. |
Nervous Wreck (II) Inmate From: |
posted 01-03-2004 18:17
If you only want it to run when you "startx" then you can edit your .xinitrc code: #my programs If you want it based on the runlevel, then you need to edit the scripts in /etc/rc.d ( http://doc.mandrakelinux.com/MandrakeLinux/91/en/Command-Line.html/sysv-levels.html ) |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 01-03-2004 19:09
yeah. /etc/rc.d (or /etc/init.d on debian systems) would probably be the place to look to start a programm automatically. |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 01-05-2004 02:15
if I remember correctly, in KDE it is '/.kde/Autostart/' in your home directory... |