33b1cee280
SVN-Revision: 20309
9 lines
107 B
Bash
9 lines
107 B
Bash
#!/bin/sh
|
|
|
|
if [ "$ACTION" = add ]; then
|
|
|
|
/etc/init.d/haproxy enabled && \
|
|
/etc/init.d/haproxy start
|
|
fi
|
|
|