packages/net/haproxy/files/haproxy.hotplug

8 lines
106 B
Text
Raw Normal View History

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