• [^] # Re: Mauvaise interprétation

    Posté par . En réponse au journal Systemd dans Debian. Évalué à 4.

    Dans le même ordre d’idée, systemd ne semble pas pouvoir remplacer complètement cron, la syntaxe des « timer units » n’étant pas aussi expressive qu’une crontab :

    Timer units currently have no support for calendar times (i.e. cannot be used to spawn things "at 6 am every Monday", but can do "run this every 7 days"), but for the usual /etc/cron.daily/, /etc/cron.weekly/, … should be good enough, if the time of day of the execution doesn't matter (just add four small service and timer units for supporting these dirs. Eventually we might support these out of the box, but until then, just write your own scriplets for this).

    systemd Optimizations