swap: automatically restart swap.swap service
This commit is contained in:
parent
8de6ab833f
commit
c9d8a50050
2 changed files with 4 additions and 0 deletions
|
@ -200,3 +200,6 @@
|
||||||
|
|
||||||
- name: restart obs-signd
|
- name: restart obs-signd
|
||||||
service: name=signd state=restarted
|
service: name=signd state=restarted
|
||||||
|
|
||||||
|
- name: restart swap.swap
|
||||||
|
service: name="swap.swap" state=restarted
|
||||||
|
|
|
@ -68,3 +68,4 @@
|
||||||
tags:
|
tags:
|
||||||
- swap.file.swapon
|
- swap.file.swapon
|
||||||
- swap
|
- swap
|
||||||
|
notify: restart swap.swap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue