You've already forked entware-packages
mirror of
https://github.com/encounter/entware-packages.git
synced 2026-03-30 11:09:58 -07:00
9 lines
107 B
Bash
9 lines
107 B
Bash
#!/bin/sh
|
|
|
|
if [ "$ACTION" = add ]; then
|
|
|
|
/etc/init.d/haproxy enabled && \
|
|
/etc/init.d/haproxy start
|
|
fi
|
|
|