Use tmpfs for /run for Dockerized instance
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user