copr: restart systemd-oomd after changing its config

This commit is contained in:
Jakub Kadlcik 2022-11-29 22:46:43 +01:00
parent 1e56a328b8
commit ee1f6638a6
2 changed files with 4 additions and 0 deletions

View File

@ -213,3 +213,6 @@
- name: reload varnish
service: name=varnish state=reload
- name: restart systemd-oomd
service: name=systemd-oomd state=reload

View File

@ -33,6 +33,7 @@
copy: src=systemd dest=/etc
tags:
- config
notify: restart systemd-oomd
- name: configure crond
copy: src=sysconfig.crond dest=/etc/sysconfig/crond