Use tmpfs for /run for Dockerized instance
This commit is contained in:
parent
168d7f1fd0
commit
3e1706ecbd
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
rm -fv /run/*.pid /var/run/*.pid /run/*/*.pid /var/run/*/*.pid
|
|
||||||
sleep 10
|
sleep 10
|
||||||
$@
|
$@
|
||||||
AUTHORITY=$3
|
AUTHORITY=$3
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
rm -fv /run/*.pid /var/run/*.pid /run/*/*.pid /var/run/*/*.pid
|
|
||||||
sleep 10
|
sleep 10
|
||||||
$@
|
$@
|
||||||
AUTHORITY=$3
|
AUTHORITY=$3
|
||||||
|
Loading…
Reference in New Issue
Block a user