copr-frontend: keep httpd going on child's OOM kill

This commit is contained in:
Pavel Raiskup 2021-04-09 14:04:46 +02:00
parent d4894b011c
commit 8513861bb8

View file

@ -82,3 +82,10 @@
regexp: '^LoadModule substitute_module modules/mod_substitute.so'
line: '#LoadModule substitute_module modules/mod_substitute.so'
- name: Keep httpd master running when child is OOM killed, rhbz#1947475
ini_file:
path: /usr/lib/systemd/system/httpd.service
section: Service
option: OOMPolicy
value: continue
backup: yes