path: ansible_13.1.0+dfsg-1/ansible_collections/dellemc/powerflex/roles/powerflex_gateway/templates/keepalived.conf.j2 vrrp_script chk_gateway { # Requires keepalived-1.1.13 script "killall -0 scaleio-gateway-wd.bash" # cheaper than pidof interval 2 # check every 2 seconds weight 2 # add 2 points of prio if OK path: ansible_13.1.0+dfsg-1/ansible_collections/community/mongodb/roles/mongodb_mongod/templates/mongodb.logrotate.j2 sharedscripts postrotate /bin/kill -SIGUSR1 `pidof {{ mongod_service }} 2>/dev/null` >/dev/null 2>&1 endscript }