Last active
December 14, 2015 00:29
-
-
Save stuartf7/4999538 to your computer and use it in GitHub Desktop.
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 characters
# get the teamcity startup script | |
wget -O teamcity https://gist.github.com/stuartf7/4999497/raw | |
# move the script into the init.d folder and set required permissions | |
sudo mv teamcity /etc/init.d/teamcity | |
sudo chown root:root /etc/init.d/teamcity | |
sudo chmod 755 /etc/init.d/teamcity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment