4 lines
87 B
Bash
4 lines
87 B
Bash
#!/bin/sh
|
|
killall redis_global_slave_daemon
|
|
./redis_global_slave_daemon &> /dev/null &
|