From e9e65f9649d226c0c19789e37f540edd462dd4e3 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 22 Dec 2016 23:28:19 -0500 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3967636..feceb4e 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ For example: .. code-block:: bash - ./kira.sh /usr/bin/uri2png uri2png + ./kira.sh /usr/local/bin/uri2png uri2png cron ==== @@ -30,7 +30,7 @@ This example kills a program if it has been running for 1-2 minutes. .. code-block:: bash - * * * * * /usr/bin/kira.sh /usr/bin/uri2png uri2png + * * * * * /usr/bin/kira.sh /usr/local/bin/uri2png uri2png Note: Cron does not support sub minute scheduling, but Kira should.