From 06e9c383168fc3bc87bf0aad51a35b428fddc045 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 15 Dec 2018 00:58:02 +0900 Subject: [PATCH] fix conf and readme --- README.md | 2 +- nohang.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 037c9ac..0ad8432 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Interactive OOM trigger (not implemented) ## Logging -If nohang is installed on a system that uses systemd, you can use the following command to view the log: +To view the latest entries in the log (for systemd users): ```bash $ sudo journalctl -eu nohang diff --git a/nohang.conf b/nohang.conf index 66f99c4..ccb4b69 100644 --- a/nohang.conf +++ b/nohang.conf @@ -234,12 +234,12 @@ $ETC foo /// exit 0 See also wiki.archlinux.org/index.php/Desktop_notifications Valid values are True and False. -gui_notifications = True +gui_notifications = False Enable GUI notifications about the low level of available memory. Valid values are True and False. -gui_low_memory_warnings = True +gui_low_memory_warnings = False Минимальное время между отправками уведомлений в секундах. Valid values are floating-point numbers from the range [1; 300].