mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 11:44:44 +00:00
transfused: remove anything in /tmp before starting
Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
a798abb59b
commit
e725aa7d47
@ -7,6 +7,7 @@ start()
|
|||||||
ebegin "Starting FUSE socket passthrough"
|
ebegin "Starting FUSE socket passthrough"
|
||||||
|
|
||||||
mkdir -p /Mac
|
mkdir -p /Mac
|
||||||
|
rm -rf /tmp/* /tmp/.*
|
||||||
|
|
||||||
PIDFILE=/var/run/transfused.pid
|
PIDFILE=/var/run/transfused.pid
|
||||||
STARTUP_LOGFILE=/var/transfused_start.log
|
STARTUP_LOGFILE=/var/transfused_start.log
|
||||||
|
Loading…
Reference in New Issue
Block a user