Last active
December 14, 2015 00:29
-
-
Save stuartf7/4999497 to your computer and use it in GitHub Desktop.
Revisions
-
stuartf7 revised this gist
May 12, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ export TEAMCITY_DATA_PATH="/data/teamcity" case $1 in start) -
stuartf7 revised this gist
May 12, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ export TEAMCITY_DATA_PATH="/data/" case $1 in start) -
Stuart Fleming revised this gist
Feb 20, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ export TEAMCITY_DATA_PATH="/data/.BuildServer" case $1 in start) -
Stuart Fleming created this gist
Feb 20, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ export TEAMCITY_DATA_PATH="/mnt/data/.BuildServer" case $1 in start) /var/teamcity/bin/teamcity-server.sh start ;; stop) /var/teamcity/bin/teamcity-server.sh stop ;; esac exit 0