From 78ac0e0d726d18bf29fa39e67577463fd5d67cb0 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 30 Aug 2007 17:27:12 +0000 Subject: [PATCH] Fix the path in the example cron file Reviewed-by: imsnah --- docs/examples/ganeti.cron | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/ganeti.cron b/docs/examples/ganeti.cron index f6ed2416b..813c28406 100644 --- a/docs/examples/ganeti.cron +++ b/docs/examples/ganeti.cron @@ -1,2 +1,3 @@ +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin # restart failed instances */5 * * * * root /usr/local/sbin/ganeti-watcher -- GitLab