mirror of
https://github.com/apache/cloudstack
synced 2026-08-28 16:36:07 +00:00
bug 11003: Fix HAproxy with new template
New debian package didn't create directory /var/lib/haproxy, which result in haproxy fail to work. status 11003: resolved fixed
This commit is contained in:
parent
9e9ae52dbf
commit
84fe6c3863
@ -12,6 +12,9 @@
|
||||
|
||||
PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin"
|
||||
|
||||
# Fix haproxy directory issue
|
||||
mkdir -p /var/lib/haproxy
|
||||
|
||||
[ -x /sbin/ifup ] || exit 0
|
||||
|
||||
. /lib/lsb/init-functions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user