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: tags:
- config - config
- name: install custom systemd service files # https://bugzilla.redhat.com/show_bug.cgi?id=1941170
copy: src=systemd dest=/etc - name: mask the systemd-oomd service
tags: systemd:
- config name: systemd-oomd
notify: restart systemd-oomd state: stopped
enabled: no
masked: yes
- name: configure crond - name: configure crond
copy: src=sysconfig.crond dest=/etc/sysconfig/crond copy: src=sysconfig.crond dest=/etc/sysconfig/crond