How to start amule...

Human Prototype ulist at gs1.ubuntuforums.org
Thu Apr 27 10:59:04 UTC 2006


Yes it can start automatically using cron. To do this do the following:


Code:
--------------------
    

  export EDITOR=nano

  crontab -e

  
--------------------


The first line sets the editor to nano (ctrl+o to save, ctrl+x to
exit)

The second starts the editor editing the crontab file.

Next add a line such as


Code:
--------------------
    

  0 13 * * * amule

  
--------------------


That will launch amule at 1 pm local time.

Look here for more info http://wiki.ubuntu.com/CronHowto


-- 
Human Prototype




More information about the ubuntu-users mailing list