branch Attitude Adjustment packages
[12.09/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