mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: minor tweaks, not yet ready for general release
This commit is contained in:
parent
b0319d9d29
commit
fdad19f9ba
5 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
echo "restarting configd..."
|
||||
echo "Restarting configd"
|
||||
if /usr/local/etc/rc.d/configd status > /dev/null; then
|
||||
/usr/local/etc/rc.d/configd restart
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
PLUGIN_NAME= haproxy
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_PRIVATE= yes
|
||||
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
|
||||
#PLUGIN_DEPENDS=
|
||||
PLUGIN_DEPENDS= haproxy
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue