copr: mask the systemd-oomd service
This commit is contained in:
parent
4b262d7ada
commit
98410c9b7b
2 changed files with 7 additions and 7 deletions
|
@ -1,2 +0,0 @@
|
|||
[OOM]
|
||||
SwapUsedLimit=80
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue