summaryrefslogtreecommitdiffstats
path: root/net/haproxy/files/haproxy.hotplug
blob: d14b5bf3f4d27659259b554b1551b110918bdbf3 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "$ACTION" = add ]; then

	/etc/init.d/haproxy enabled && \
		/etc/init.d/haproxy start
fi