This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
liuxueli-install-standalone…/redis_global_slave/r2

4 lines
137 B
Plaintext
Raw Normal View History

2018-06-21 17:38:32 +08:00
#!/bin/sh
kill -9 `ps xaf | grep redis_global_slave_daemon | grep -v grep | awk '{print $1}'`
2018-06-21 17:38:32 +08:00
./redis_global_slave_daemon &> /dev/null &