mirror of
https://github.com/pelican-dev/panel.git
synced 2025-07-28 16:22:32 +02:00
9 lines
158 B
YAML
9 lines
158 B
YAML
jobs:
|
|
- name: scheduler
|
|
command:
|
|
- /usr/bin/php
|
|
- /var/www/pterodactyl/artisan
|
|
- schedule:run
|
|
schedule: "* * * * *"
|
|
utc: true
|