mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
22bcd9e784
This reverts commit c9ee50d190.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
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
|
|
|