mirror of
https://github.com/novatiq/packages.git
synced 2026-04-25 21:34:41 +01: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
|
|
|