# Cronjobs

Default PHP-Script Aufruf:

```shell
*/5 * * * * [path/to/php] [absPath/to/script]
```

PHP-Script Aufruf mit env Variable:  
e. g. \* \* \* \* \* TYPO3\_CONTEXT=Development/Server /\[absPathToPHP\]/php7.4-cli -f ~/\[absPath\]/typo3/sysext/core/bin/typo3 scheduler:run

```shell
*/5 * * * * [ENV-Variable] [path/to/php] [absPath/to/script]
```