В принципе все настроил, остались только вопросы. Проверяю я запущен ли rtorrent через такой скрипт:
#!/bin/sh
if pidof rtorrent > /dev/null
then
echo "rtorrent is running, everything is fine"
else
echo "rtorrent is not running"
echo "Restarting rtorrent"
/etc/init.d/rtorrent forcestart
fi
*/3 * * * * root /usr/bin/rtorrent_check
Само сообщение:
Envelope-to: root@torrents.workgroup
Delivery-date: Sat, 18 Dec 2010 19:45:02 +0200
From: Cron Daemon <root@torrents.workgroup>
To: root@torrents.workgroup
Subject: Cron <root@torrents> /usr/bin/rtorrent_check
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <LOGNAME=root>
rtorrent is running, everything is fine