fix conf and readme
This commit is contained in:
parent
3c29c15158
commit
06e9c38316
@ -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
|
||||
|
@ -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].
|
||||
|
Loading…
Reference in New Issue
Block a user