mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-06 04:41:58 +02:00
11 lines
258 B
Desktop File
11 lines
258 B
Desktop File
[Unit]
|
|
Description=ProxLB - A loadbalancer for Proxmox clusters
|
|
After=pveproxy.service
|
|
Wants=pveproxy.service
|
|
|
|
[Service]
|
|
ExecStart=python3 /usr/lib/python3/dist-packages/proxlb/main.py -c /etc/proxlb/proxlb.yaml
|
|
User=plb
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |