feature: Add reload method to ProxLB systemd file

Fixes: #189
This commit is contained in:
gyptazy
2025-05-24 09:19:42 +02:00
parent 845af4abc8
commit 263b08b53a

View File

@@ -6,6 +6,8 @@ Wants=network-online.target pveproxy.service
[Service]
ExecStart=python3 /usr/lib/python3/dist-packages/proxlb/main.py -c /etc/proxlb/proxlb.yaml
User=plb
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
[Install]
WantedBy=multi-user.target