Skip to content

Commit 9376ac5

Browse files
author
Christian Kniep
committed
do not use dumb-init
1 parent deeaa32 commit 9376ac5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

init-plain/usr/local/bin/entrypoint.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
#!/usr/local/bin/dumb-init /bin/bash
1+
#!/bin/bash
22
set -e
33

4-
if [ ! -z ${LOGNAME} ] && [ -S /shareddev/${LOGNAME}/log ];then
5-
ln -s /shareddev/${LOGNAME}/log /dev/log
6-
logger -s "Created container specific symlink to syslog container"
7-
elif [ -S /shareddev/log ];then
8-
ln -s /shareddev/log /dev/log
9-
logger -s "Created symlink from syslog container"
10-
fi
114
for x in $(find /opt/qnib/entry/ -type f -perm +111 |sort);do
125
echo "> execute entrypoint '${x}'"
136
"${x}"

0 commit comments

Comments
 (0)