Update haproxy.service.tpl

This commit is contained in:
midoks 2022-08-28 23:25:31 +08:00
parent 4ab982827e
commit da99297253
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ After=network.target
[Service]
Type=forking
ExecStart={$SERVER_PATH}/haproxy/sbin/haproxy -c -f {$SERVER_PATH}/haproxy/haproxy.cfg
ExecStart={$SERVER_PATH}/haproxy/sbin/haproxy -c -f {$SERVER_PATH}/haproxy/haproxy.conf
ExecReload=/bin/kill -USR2 $MAINPID
Restart=on-failure