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