#!/bin/sh kill -9 `ps xaf | grep redis_global_slave_daemon | grep -v grep | awk '{print $1}'` ./redis_global_slave_daemon &> /dev/null &