robert hace 3 años
padre
commit
eacf517da2
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      entrypoint.sh

+ 12 - 0
entrypoint.sh

@@ -0,0 +1,12 @@
+#!/bin/bash
+
+set -e
+set -o pipefail
+
+rm -f /app/soft/flume-1.7.0/logs/*
+
+sed -i 's/nodaemon=false/nodaemon=true/g' /etc/supervisord.conf
+
+
+
+exec "$@"