Fixed missing object in node-typo
This commit is contained in:
parent
dd06f070e5
commit
f2622cd2b9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ User={{ user }}
|
||||||
Group={{ group }}
|
Group={{ group }}
|
||||||
EnvironmentFile=/etc/default/{{ svc }}
|
EnvironmentFile=/etc/default/{{ svc }}
|
||||||
ExecStart={{ bin_path }}/{{ svc }} $ARGS
|
ExecStart={{ bin_path }}/{{ svc }} $ARGS
|
||||||
{%- if args is string %}} {{ args }}{% else %}
|
{%- if args is string %} {{ args }}{% else %}
|
||||||
{%- for arg in args %}} \
|
{%- for arg in args %}} \
|
||||||
{{ arg }}
|
{{ arg }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
Loading…
Reference in a new issue