Guest User

Untitled

a guest
Mar 18th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [Unit]
  2. Description=TeamCity Build Agent
  3. Wants=network-online.target
  4. After=network-online.target
  5.  
  6. [Service]
  7. User=teamcity
  8. Group=teamcity
  9. PIDFile=/opt/teamcity/buildAgent%I/logs/buildAgent.pid
  10. ExecStart=/opt/teamcity/buildAgent%I/bin/agent.sh run
  11. ExecStop=/opt/teamcity/buildAgent%I/bin/agent.sh stop
  12.  
  13. [Install]
  14. WantedBy=default.target
Add Comment
Please, Sign In to add comment