Removed ExecReload as well, diagnosing further issues
This commit is contained in:
parent
791691c1b2
commit
3e4157ce79
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ ExecStart={{ bin_path }}/{{ svc }} $ARGS
|
||||||
{{ arg }}
|
{{ arg }}
|
||||||
{%- 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