Skip to content

Instantly share code, notes, and snippets.

@stuartf7
Last active December 14, 2015 00:29
Show Gist options
  • Save stuartf7/4999497 to your computer and use it in GitHub Desktop.
Save stuartf7/4999497 to your computer and use it in GitHub Desktop.
export TEAMCITY_DATA_PATH="/data/teamcity"
case $1 in
start)
/var/teamcity/bin/teamcity-server.sh start
;;
stop)
/var/teamcity/bin/teamcity-server.sh stop
;;
esac
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment