Azureus restart script?

Frank Murphy frankly3d at gmail.com
Mon Jun 3 09:10:22 UTC 2013


Does this look ok,
#######
crontab -e # as logged in user
*/10 * * * * /home/frank/Scripts/checkazureus.sh
#
cat /home/frank/Scripts/checkazureus.sh
#!/bin/bash
if [-z "$(pgrep azureus)"]
    then
        /usr/bin/azureus
    else
fi
###########

azureus normally starts with xfce session,
but it can exit dues to openjdk bug.


-- 
Regards,
Frank - I check for new mail app. 20min
www.frankly3d.com


More information about the users mailing list