We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current systemd setup in the service gives an error because source cannot be used in ExecStartPre:
teamcityagent-1-instance systemd[1]: /lib/systemd/system/teamcity-agent.service:7: Executable path is not absolute: ". /etc/default/teamcity-agent"
Also, the ExecStartPost errors with:
teamcityagent-1-instance systemd[1]: /lib/systemd/system/teamcity-agent.service:11: Executable path contains special characters: 'while ! tail -5 /opt/buildAgent/logs/teamcity-agent.log | grep "Updating agent parameters o..."
This is on Ubuntu Bionic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current systemd setup in the service gives an error because source cannot be used in ExecStartPre:
teamcityagent-1-instance systemd[1]: /lib/systemd/system/teamcity-agent.service:7: Executable path is not absolute: ". /etc/default/teamcity-agent"
Also, the ExecStartPost errors with:
teamcityagent-1-instance systemd[1]: /lib/systemd/system/teamcity-agent.service:11: Executable path contains special characters: 'while ! tail -5 /opt/buildAgent/logs/teamcity-agent.log | grep "Updating agent parameters o..."
This is on Ubuntu Bionic.
The text was updated successfully, but these errors were encountered: