mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 14:24:42 +01: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
|
|
|