Removed service reloads since they fail-comment out execreload
This commit is contained in:
parent
6f259b2f5e
commit
36ef9cf451
1 changed files with 2 additions and 0 deletions
|
@ -16,8 +16,10 @@ 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