copr: restart systemd-oomd after changing its config
This commit is contained in:
parent
1e56a328b8
commit
ee1f6638a6
2 changed files with 4 additions and 0 deletions
|
@ -213,3 +213,6 @@
|
||||||
|
|
||||||
- name: reload varnish
|
- name: reload varnish
|
||||||
service: name=varnish state=reload
|
service: name=varnish state=reload
|
||||||
|
|
||||||
|
- name: restart systemd-oomd
|
||||||
|
service: name=systemd-oomd state=reload
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
copy: src=systemd dest=/etc
|
copy: src=systemd dest=/etc
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
notify: restart systemd-oomd
|
||||||
|
|
||||||
- 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