#!/bin/bash

systemctl status haproxy > /dev/null && systemctl reload haproxy || systemctl start haproxy
