Home / src / package / webserver / bin / azkaban-web-shutdown.sh
#!/bin/bash proc=`cat currentpid` echo "killing AzkabanWebServer" kill $proc cat /dev/null > currentpid