Re: [Hampshire] Cron script spawning too many programs?

Inizio della pagina

Reply to this message
Autore: Steve Kemp
Data:  
To: Hampshire LUG Discussion List
Oggetto: Re: [Hampshire] Cron script spawning too many programs?
On Wed Mar 04, 2009 at 20:59:29 +0000, Alan Pope wrote:

> Or use a different tool.
> rtorrent *.torrent
>
> will open one copy of rtorrent rather than having multiple copies of a
> bittorrent client running


Indeed. My rtorrent installation is configured to auto-start
any .torrent file it finds in ~/rtorrent/watch :

# ~/.rtorrentrc
#
# Watch a directory for new torrents, and stop those that have been
# deleted.
# schedule =
watch_directory,5,5,load_start=/home/skx/rtorrent/watch/*.torrent
schedule = untied_directory,5,5,stop_untied=

Steve
--