Eu não sei sobre a sintaxe L, mas no BSD você pode usar:
string meaning
------ -------
@reboot Run once, at cron(8) startup.
@yearly Run every January 1, "0 0 1 1 *".
@annually (same as @yearly).
@monthly Run the first day of every month, "0 0 1 * *".
@weekly Run every Sunday, "0 0 * * 0".
@daily Run every midnight, "0 0 * * *".
@midnight (same as @daily).
@hourly Run every hour, on the hour, "0 * * * *".
Mas isso também não é padrão ...