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 <frankl...@gmail.com> 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.
>
>
> --
> Regards,
> Frank - I check for new mail app. 20min
> www.frankly3d.com
> --
> users mailing list
> users@lists.fedoraproject.org
> 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@lists.fedoraproject.org
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

Reply via email to