packages/net/haproxy/files/haproxy.hotplug

9 lines
107 B
Text
Raw Normal View History

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