copr: mask the systemd-oomd service

This commit is contained in:
Jakub Kadlcik 2023-01-09 11:39:25 +01:00
parent 4b262d7ada
commit 98410c9b7b
2 changed files with 7 additions and 7 deletions

View file

@ -1,2 +0,0 @@
[OOM]
SwapUsedLimit=80

View file

@ -29,11 +29,13 @@
tags:
- config
- name: install custom systemd service files
copy: src=systemd dest=/etc
tags:
- config
notify: restart systemd-oomd
# https://bugzilla.redhat.com/show_bug.cgi?id=1941170
- name: mask the systemd-oomd service
systemd:
name: systemd-oomd
state: stopped
enabled: no
masked: yes
- name: configure crond
copy: src=sysconfig.crond dest=/etc/sysconfig/crond