Removed ExecReload as well, diagnosing further issues

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

View File

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