add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / net / haproxy / files / haproxy.hotplug
1 #!/bin/sh
2
3 if [ "$ACTION" = add ]; then
4
5         /etc/init.d/haproxy enabled && \
6                 /etc/init.d/haproxy start
7 fi
8