From c9af472155e23fd5bdda72e0ed11171dc6ab9f07 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Thu, 15 Sep 2016 10:50:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0abc2b..aa9d270 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ In mode 1 (active/active) the cron file will be the same on all servers and all * * * * * /usr/local/bin/cluster_cron.pl passive /mnt/shareddir 0 /var/spool/cron/crontabs >> /mnt/shareddir/cluster_passive.log 2>&1 * * * * * /usr/local/bin/cluster_cron.pl active /mnt/shareddir 1 /var/spool/cron/crontabs >> /mnt/shareddir/cluster_active.log 2>&1 ``` -# -# Caveates + +## Caveates This setup should work on any number of nodes in theory, but it has only been tested on two nodes.