iopsys-feed/haproxy/files/haproxy.hotplug
2015-07-27 13:59:41 +02:00

8 lines
107 B
Bash

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