mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
8 lines
106 B
Bash
8 lines
106 B
Bash
#!/bin/sh
|
|
|
|
if [ "$ACTION" = add ]; then
|
|
/etc/init.d/haproxy enabled && \
|
|
/etc/init.d/haproxy start
|
|
fi
|
|
|