Files
packages/net/haproxy/files/haproxy.hotplug
Hannu Nyman 22bcd9e784 Revert "haproxy: Rework hotplug script for HAProxy"
This reverts commit c9ee50d190.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-11-09 10:16:02 +02:00

8 lines
106 B
Bash

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