I need to setup cron every 30 min to start and end Adobe AIR application which is not happening at present. I am using following command.

*/30 * * * * /opt/myapp/myapp

can any one tell me what mistake I am making.

What I found was cron does not execute GUI app. Only command lines are accepted jobs are accepted.

Please guide me what needs to be done.

link|improve this question
feedback

1 Answer

Run it under Xvfb.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown