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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue