SHA256
1
0
forked from pool/earlyoom

Accepting request 1168907 from home:DavidB:branches:Base:System

- Remove -p flag from the default configuration because process
  priority is already set in the systemd service configuration.
  Also, currently -p with the new systemd service hardening parameters
  causes the process to be terminated immediately https://bugzilla.opensuse.org/show_bug.cgi?id=1223069.

OBS-URL: https://build.opensuse.org/request/show/1168907
OBS-URL: https://build.opensuse.org/package/show/Base:System/earlyoom?expand=0&rev=41
This commit is contained in:
Илья Индиго 2024-04-19 05:12:54 +00:00 committed by Git OBS Bridge
parent f58657282a
commit 7037325c8a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 18 16:14:58 UTC 2024 - David B <db@mail25.net>
- Remove -p flag from the default configuration because process
priority is already set in the systemd service configuration.
-------------------------------------------------------------------
Tue Apr 16 06:31:41 UTC 2024 - Илья Индиго <13ilya@gmail.com>

View File

@ -9,4 +9,4 @@
#
# see man(1) earlyoom
#
EARLYOOM_ARGS="-r 0 -m 6 -s 10 -n -p --avoid '(^|/)(systemd|Xorg|X|Xwayland|xdm|sddm|kdm|gdm|lightdm|plasmashell|kwin_wayland|kwin_x11|ssh|yast|yast2|y2controlcenter|zypper|rpm|dnf)$' --prefer '(^|/)(java|Isolated\ Web\ Co|Web\ Content|WebExtensions|firefox|chrome|opera|falkon|ffmpeg|vlc|mpv|akregator|thumbnail.so)$'"
EARLYOOM_ARGS="-r 0 -m 6 -s 10 -n --avoid '(^|/)(systemd|Xorg|X|Xwayland|xdm|sddm|kdm|gdm|lightdm|plasmashell|kwin_wayland|kwin_x11|ssh|yast|yast2|y2controlcenter|zypper|rpm|dnf)$' --prefer '(^|/)(java|Isolated\ Web\ Co|Web\ Content|WebExtensions|firefox|chrome|opera|falkon|ffmpeg|vlc|mpv|akregator|thumbnail.so)$'"