Use tmpfs for /run for Dockerized instance

This commit is contained in:
Lauri Võsandi 2021-05-04 12:42:29 +03:00
parent 168d7f1fd0
commit 3e1706ecbd
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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