- add supervisor restart handler
- add apache tasklist - with hotfixes for hashseed randomization
This commit is contained in:
parent
0df91f6a22
commit
3652b82b24
5 changed files with 197 additions and 1 deletions
|
@ -74,6 +74,9 @@
|
|||
- name: restart sshd
|
||||
action: service name=sshd state=restarted
|
||||
|
||||
- name: restart supervisord
|
||||
action: service name=supervisord state=restarted
|
||||
|
||||
- name: restart xinetd
|
||||
action: service name=xinetd state=restarted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue