templates/service.yml.j2: fix executable variable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5f967d4ab0
commit
26ff381182
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue