OpenServerPanel/system/default/scheduler.dat

15 lines
510 B
Plaintext
Raw Normal View History

2024-01-25 19:33:10 +00:00
[example task 1]
task_command = wget.exe --secure-protocol=TLSv1_2 -q --no-cache https://example.local/cron.php -O nul
task_directory = {root_dir}\bin
task_enabled = off
2024-01-26 20:01:44 +00:00
task_max_runs = 0
2024-01-25 19:33:10 +00:00
task_plan = */10 * * * *
[example task 2]
task_command = "%COMSPEC%" /c "osp reset init & osp use php-7.4 & php.exe -q -f cron.php"
task_directory = {root_dir}\home\example.local\public_html
task_enabled = off
2024-01-26 20:01:44 +00:00
task_max_runs = 0
2024-01-25 19:33:10 +00:00
task_plan = * * * * *