templates/service.yml.j2: fix executable variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-06-10 17:09:10 +02:00
parent 5f967d4ab0
commit 26ff381182
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ env:
- { name: '{{ key }}', value: '{{ val }}' }
{% endfor %}
workingdirectory: '{{ winsw_service_work_dir | mandatory }}'
executable: '{{ winsw_service_executable | mandatory }}'
executable: '{{ winsw_service_exe_path | mandatory }}'
arguments: >
{% for arg in winsw_service_arguments %}
{{ arg | mandatory }}