7 lines
96 B
Bash
7 lines
96 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Exit on error
|
|
set -eo pipefail
|
|
cron &
|
|
python /haproxy/haproxy_manager.py
|