diff --git a/roles/copr/frontend-cloud/tasks/httpd.yml b/roles/copr/frontend-cloud/tasks/httpd.yml index e97fc0f407..b2a853ae1a 100644 --- a/roles/copr/frontend-cloud/tasks/httpd.yml +++ b/roles/copr/frontend-cloud/tasks/httpd.yml @@ -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