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
- Host: GitHub
- URL: https://github.com/romanturas/cron
- Owner: RomanTuras
- Created: 2020-12-22T18:25:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T18:38:28.000Z (over 5 years ago)
- Last Synced: 2025-02-14T07:37:58.911Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**