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 %}
|
||||
{%- endif %}
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
#KillMode=process
|
||||
Restart=always
|
||||
RestartSec=42s
|
||||
|
||||
|
|
Loading…
Reference in a new issue