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