Removed KillMode trying to find an issue
This commit is contained in:
parent
4116d3e2a2
commit
791691c1b2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ExecStart={{ bin_path }}/{{ svc }} $ARGS
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
KillMode=process
|
#KillMode=process
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=42s
|
RestartSec=42s
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue