aboutsummaryrefslogtreecommitdiffstats
path: root/service/container/entrypoint.sh
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-05-29 14:24:31 +0200
committerLouis Burda <quent.burda@gmail.com>2021-05-29 14:24:31 +0200
commit13b65f01132c41be9ab8d9f92c2c5ca605c366d8 (patch)
tree74bd5b4dee779e4600d416adf4abcd4f621addab /service/container/entrypoint.sh
parent62d99253144a14648c4da1c2a60c01e7b06ef02c (diff)
downloadenowars5-service-stldoctor-13b65f01132c41be9ab8d9f92c2c5ca605c366d8.tar.gz
enowars5-service-stldoctor-13b65f01132c41be9ab8d9f92c2c5ca605c366d8.zip
changed repo structure and commited releease files such that default docker-compose worklow commands work in testvm
Diffstat (limited to 'service/container/entrypoint.sh')
-rwxr-xr-xservice/container/entrypoint.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/service/container/entrypoint.sh b/service/container/entrypoint.sh
deleted file mode 100755
index b7b6509..0000000
--- a/service/container/entrypoint.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-mkdir -p "$RESULTDIR"
-chown -R service:service "$RESULTDIR"
-
-while [ 1 ]; do
- /cleaner.sh
- sleep 200
-done &
-
-servicecmd='socat -T30 -s TCP-LISTEN:9000,reuseaddr,fork EXEC:"/service/build/stldoctor",raw,pty,echo=0,stderr'
-
-su -s /bin/sh -c "$servicecmd" service