Scheduling to Run

Windows

Use the Task Scheduler to schedule running the ferris-resiste-console-1.2.1.13-windows-x86-64-jre/bin/start-resiste.bat file. Microsoft has a Schedule a task page with all the details.

Linux

Use CRON to schedule the running of the application.

# Run Resiste email every 10 minutes
0,10,20,30,40,50 * * * * /home/username/ferris-resiste-console-1.2.1.13-linux-x86-64-jre/bin/start-resiste.sh > /dev/null

Happy Resiste'ing!