summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Pereiaslov <perk11@perk11.info>2023-09-21 08:04:24 +0300
committerGitHub <noreply@github.com>2023-09-21 08:04:24 +0300
commit2372b4752281053bf5df98551675a54f3ddf1565 (patch)
treeb09aa8fe94495184e798cae374127d6afb3d8feb
parent77606972ab1be337c951dcc2be82f26b27e08cfb (diff)
Update README.md - fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 627405c..5e66e60 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Run the `cat /dev/zero` command and pause it while user is active. `-q` option m
### Known issues
1. Wayland support. runwhenidle currently doesn't work without XScreenSaver, but Wayland support should be possible and is planned (at least for the DEs supporting ext-idle-notify, which now both Gnome and KDE support).
-2. The signal isn't send to child processes, so if your process starts new processes, they will not receive the signal and will continue running. Unofrtunately there is no universal solution for this, but I plan to look at what needs to be done to improve this behavior.
+2. The signal isn't sent to child processes, so if your process starts new processes, they will not receive the signal and will continue running. Unofrtunately there is no universal solution for this, but I plan to look at what needs to be done to improve this behavior.
3. When running from cron, runwhenidle doesn't work. This is now resolved, but you need to use --pause-method=SIGSTOP parameter. For some reason, cron is launching things in a way that ignores SIGTSTP signal.
### Building Ubuntu/Debian package