aboutsummaryrefslogtreecommitdiffstats
path: root/community/earlyoom/earlyoom.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/earlyoom/earlyoom.confd')
-rw-r--r--community/earlyoom/earlyoom.confd8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/earlyoom/earlyoom.confd b/community/earlyoom/earlyoom.confd
index 52943d3252a..9aba054292c 100644
--- a/community/earlyoom/earlyoom.confd
+++ b/community/earlyoom/earlyoom.confd
@@ -27,11 +27,11 @@
# Set niceness of earlyoom to -20 and oom_score_adj to -100? yes/no [-p]
#set_priority=no
-# Prefer to kill processes matching given newline-separated regex(es).
+# Prefer to kill processes matching given regex.
# [--prefer]
#prefer_cmds=
-# Avoid killing processes matching given newline-separated regex(es).
+# Avoid killing processes matching given regex.
# [--avoid]
#avoid_cmds=
@@ -39,7 +39,7 @@
#command_args=
# Log messages are redirected to syslog. Set to empty string to disable.
-#error_logger="logger -t earlyoom -p daemon.info"
+#error_logger="logger -t earlyoom -p daemon.info >/dev/null 2>&1"
# Uncomment to use process supervisor.
-#supervisor="supervise-daemon"
+# supervisor="supervise-daemon"