Skip to content

Commit

Permalink
minor changes DO-659
Browse files Browse the repository at this point in the history
  • Loading branch information
layfield-ccdc committed Apr 12, 2024
1 parent 635bfe3 commit d5f9444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tasks/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
args:
chdir: "{{ teamcity_agent_install_dir }}\\{{ item.teamcity_agent_name }}"
loop: "{{ teamcity_agents }}"
become: true

- name: Start agent service
ansible.windows.win_shell: "{{ teamcity_agent_install_dir }}\\{{ item.teamcity_agent_name }}\\bin\\service.start.bat"
Expand Down
4 changes: 2 additions & 2 deletions templates/wrapper.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
###
#####################################################################

wrapper.java.command=java
wrapper.java.command=java.exe

wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp

Expand Down Expand Up @@ -123,7 +123,7 @@ wrapper.ntservice.dependency.1=
wrapper.ntservice.starttype=AUTO_START

# Allow the service to interact with the desktop.
wrapper.ntservice.interactive=true
wrapper.ntservice.interactive=

# User Account running the server
wrapper.ntservice.account="{{ teamcity_build_username }}"
Expand Down

0 comments on commit d5f9444

Please sign in to comment.