handlers: re-add the xinetd handler we removed because we thought surely nothing could be using this in the year of our lord 2020. OH well
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b7016e09b7
commit
0f0910c639
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@
|
|||
- name: fix openvpn routing
|
||||
action: shell /etc/openvpn/fix-routes.sh
|
||||
|
||||
- name: restart xinetd
|
||||
action: service name=xinetd state=restarted
|
||||
|
||||
- name: restart netapproute
|
||||
action: command /etc/sysconfig/network-scripts/ifup-routes eth1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue