X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=be882f1cefea6bf994960a85af3cf9d2275dce4f;hb=d44fd0169fcb9ba3debcaab38b526c7c7bf96d61;hp=9d10153dacefd4663bfff4e4f0ce9d084e5fb4da;hpb=1128235a8b69d8db11110235d34e21e3f88cc676;p=user%2Fhenk%2Fcode%2Fsnooze.git diff --git a/README.md b/README.md index 9d10153..be882f1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ running a command. Together with a service supervision system such as runit, this can be used to replace cron(8). -`lr` has been tested on Linux 4.2. +`snooze` has been tested on Linux 4.2. It will likely work on other Unix-like systems with C99. ## Benefits @@ -127,9 +127,10 @@ Only mtime is looked at, so touch(1) is good. execs the command. You need to ensure (by setting up supervision) snooze runs again after that! * if we woke due to a SIGALRM, the command is executed immediately as well +* if we notice time moved backwards, recompute the time until the event * if the event is in the future, recompute the time it takes, possibly considering shifting of the system time or timezone changes - (possibly only works on glibc) + (timezone reload only tested on glibc) * If no command was given, just return with status 0 * and so on... @@ -180,9 +181,7 @@ You can also just copy the binary into your `PATH`. snooze is in the public domain. -To the extent possible under law, -Christian Neukirchen -has waived all copyright and related or -neighboring rights to this work. +To the extent possible under law, Leah Neukirchen +has waived all copyright and related or neighboring rights to this work. http://creativecommons.org/publicdomain/zero/1.0/