copr-frontend: keep httpd going on child's OOM kill
This commit is contained in:
parent
d4894b011c
commit
8513861bb8
1 changed files with 7 additions and 0 deletions
|
@ -82,3 +82,10 @@
|
||||||
regexp: '^LoadModule substitute_module modules/mod_substitute.so'
|
regexp: '^LoadModule substitute_module modules/mod_substitute.so'
|
||||||
line: '#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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue