From a7c348dda24fe75521de3e4739eec6d9f0597c31 Mon Sep 17 00:00:00 2001 From: mtrossevin Date: Mon, 10 Oct 2022 14:27:59 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20avertissement=20par=20rapport=20?= =?UTF-8?q?=C3=A0=20la=20syntaxe=20dans=20`/etc/cron.d`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoCron.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoCron.md b/HowtoCron.md index 720e5546..475b4d6c 100644 --- a/HowtoCron.md +++ b/HowtoCron.md @@ -93,6 +93,8 @@ crontab -l ## La syntaxe +> **Attention: La syntax des fichiers dans `/etc/cron.d/` est différente et nécessite un nom d'utilisateur entre le temps d'exécution et la commande.** + On peut s'aider de [crontab guru](https://crontab.guru/) pour être sûr de ne pas faire d'erreur sur l'horaire. Plus en détail, la syntaxe complète est :