If that's an X11 program, you're going to want to set DISPLAY before you invoke the command.
On Mon, Jun 3, 2013 at 5:10 AM, Frank Murphy <frankly3d@xxxxxxxxx> wrote:
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.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org