packages/net/haproxy/files/haproxy.hotplug
2018-10-18 16:56:47 +08:00

9 lines
107 B
Bash

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