openwrt_archive/net/haproxy/files/haproxy.hotplug
2010-03-19 21:02:23 +00:00

9 lines
107 B
Bash

#!/bin/sh
if [ "$ACTION" = add ]; then
/etc/init.d/haproxy enabled && \
/etc/init.d/haproxy start
fi