Forums

calling xvfb from within a script

Hi Guys -

I have a script that I want to set up on a scheduler- I normally call it from the command line like so

xvfb-run python3.4 file.py

I was wondering what the best meathod of call this script would be on a daily scheduled event since I have to run the virtual firefox.

Thanks

ES

That should be fine, but you'll probably need to use the full path to file.py.