Skip to content

Instantly share code, notes, and snippets.

@stuartf7
Last active December 14, 2015 00:29
Show Gist options
  • Save stuartf7/4999538 to your computer and use it in GitHub Desktop.
Save stuartf7/4999538 to your computer and use it in GitHub Desktop.
# 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