blob: dda16289b1779fdc04f51861ae0603f810e1c1f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
systemd-sysusers teamcity.conf
chown -R teamcity /opt/teamcity /var/lib/teamcity
echo "If you want to use a different Java, set it in /etc/conf.d/teamcity"
echo
echo "To start Teamcity instance:"
echo " systemctl start teamcity-server"
echo " systemctl start teamcity-agent"
echo
echo "Default TeamCity port is 8111."
}
|