An open API service indexing awesome lists of open source software.

https://github.com/romanturas/cron

Simple examples of a cron tasks for ISP panel
https://github.com/romanturas/cron

Last synced: 5 months ago
JSON representation

Simple examples of a cron tasks for ISP panel

Awesome Lists containing this project

README

          

# cron
## Simple examples of a cron tasks for ISP panel

#### Launching script by link:
`/usr/bin/curl --silent 'https://your_site/index.php?route=some_route&token=777'`

#### Launching php artisan command:
`/usr/bin/php72 ~/www/your_site.com/artisan schedule:run`

**Note Executed file must have a correct permissions**