Removed KillMode trying to find an issue

This commit is contained in:
Eric Renfro 2019-05-08 21:51:31 -04:00
parent 4116d3e2a2
commit 791691c1b2
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

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