Skip to content
Snippets Groups Projects
Select Git revision
  • b1e8e24571fa82ccb0d0a9bd43467eb3d20e2759
  • master default protected
2 results

fanout.c

Blame
  • service_ready 105 B
    #!/bin/bash
    if [ -f /ready ]; then
      echo "service is ready and accepting connections"
      exit 0
    fi
    exit 1