• Davanum Srinivas's avatar
    Check etcd port instead of process name · ea7547cd
    Davanum Srinivas authored
    currently the pgrep check does not allow any etcd process to exist
    other than the one we intend to start in our scripts. All we need
    to know is if the port is free. So let us use netstat to check
    if anyone is using that port. We don't really need to know if there
    is another instance of etcd is running or not.
    ea7547cd
Name
Last commit
Last update
..
.gitattributes Loading commit data...
BUILD Loading commit data...
etcd.sh Loading commit data...
golang.sh Loading commit data...
init.sh Loading commit data...
logging.sh Loading commit data...
protoc.sh Loading commit data...
swagger.sh Loading commit data...
test.sh Loading commit data...
util.sh Loading commit data...
version.sh Loading commit data...