Removed service reloads since they fail-comment out execreload

This commit is contained in:
Eric Renfro 2019-05-08 22:03:20 -04:00
parent 6f259b2f5e
commit 36ef9cf451
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 2 additions and 0 deletions

View File

@ -16,8 +16,10 @@ ExecStart={{ bin_path }}/{{ svc }} $ARGS
{{ arg }}
{%- endfor %}
{%- endif %}
{#-
#ExecReload=/bin/kill -HUP $MAINPID
#KillMode=process
-#}
Restart=always
RestartSec=42s