fix conf and readme

This commit is contained in:
Alexey Avramov 2018-12-15 00:58:02 +09:00
parent 3c29c15158
commit 06e9c38316
2 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ Interactive OOM trigger (not implemented)
## Logging ## 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 ```bash
$ sudo journalctl -eu nohang $ sudo journalctl -eu nohang

View File

@ -234,12 +234,12 @@ $ETC foo /// exit 0
See also wiki.archlinux.org/index.php/Desktop_notifications See also wiki.archlinux.org/index.php/Desktop_notifications
Valid values are True and False. Valid values are True and False.
gui_notifications = True gui_notifications = False
Enable GUI notifications about the low level of available memory. Enable GUI notifications about the low level of available memory.
Valid values are True and False. 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]. Valid values are floating-point numbers from the range [1; 300].