[package] update haproxy to 1.4.1 and add hotplug script (#6875)
[openwrt/svn-archive/archive.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