syscontainer, fedora: read env variables from files
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
3881f375b9
commit
1f75ec82e1
1 changed files with 3 additions and 0 deletions
|
@ -5,4 +5,7 @@ PID=$$
|
||||||
LABEL=`tr -d '\000' < /proc/$PID/attr/current`
|
LABEL=`tr -d '\000' < /proc/$PID/attr/current`
|
||||||
printf %s $LABEL > /proc/self/attr/exec
|
printf %s $LABEL > /proc/self/attr/exec
|
||||||
|
|
||||||
|
test -e /etc/sysconfig/crio-storage && source /etc/sysconfig/crio-storage
|
||||||
|
test -e /etc/sysconfig/crio-network && source /etc/sysconfig/crio-network
|
||||||
|
|
||||||
exec /usr/bin/crio --log-level=$LOG_LEVEL
|
exec /usr/bin/crio --log-level=$LOG_LEVEL
|
||||||
|
|
Loading…
Reference in a new issue