Jump to content

how to load software at the launching of the OS


Guest krish
 Share

Recommended Posts

Guest krish

Hi,

 

how to load a software at the launching of the mandrake ?

 

I would like to load automatically a software. I know how to load modules, but not how to load automatically software or lines of orders... :unsure:

 

Thanks

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

Do you want to start the program when you log in as a user, or when you boot the system (so that it runs all the time, even when you are logged out)?

 

To start at boot time, the easiest way is probably to use cron. You can edit a user's cron configuration by typing "crontab -e" at a terminal. You may get a blank file if you have not set anything else, or maybe a single line specifying the shell to use, like this:

SHELL=/bin/bash

Add a line that says "@reboot" followed by the command to run. Here is my SETI@Home command:

@reboot cd /home/sean/.boinc; ./boinc_4.13_i686-pc-linux-gnu -allow_remote_gui_rpc -return_results_immediately >> ./boinc.log

(That should be all on one line.)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...