Files
packages/net/haproxy/files/haproxy.hotplug
T
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