<em>{{t('settings','cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).')}}</em>
<NcCheckboxRadioSwitchv-if="cliBasedCronPossible"
type="radio"
<NcCheckboxRadioSwitchtype="radio"
:disabled="!cliBasedCronPossible"
:checked.sync="backgroundJobsMode"
value="cron"
name="backgroundJobsMode"
@update:checked="onBackgroundJobModeChanged">
{{t('settings','Cron (Recommended)')}}
</NcCheckboxRadioSwitch>
<emv-if="cliBasedCronPossible">{{cronLabel}}</em>
<emv-else>
{{t('settings','To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.',{