1 2 3 4 5 6 7 8 9
<?php // via cron: // @reboot www-data php /path/to/api.php init if (!isLocalExecution()) exit(0); Event::systemBooted();