mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
init: don't start transfused on Windows
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
7529e51e61
commit
b499b52d48
@ -4,6 +4,7 @@ description="fuse proxy server"
|
||||
|
||||
start()
|
||||
{
|
||||
[ -d /sys/bus/vmbus ] && exit 0
|
||||
ebegin "Starting FUSE socket passthrough"
|
||||
|
||||
mkdir -p /host_docker_app
|
||||
@ -27,6 +28,7 @@ start()
|
||||
|
||||
stop()
|
||||
{
|
||||
[ -d /sys/bus/vmbus ] && exit 0
|
||||
ebegin "Stopping FUSE socket passthrough"
|
||||
|
||||
PIDFILE=/var/run/transfused.pid
|
||||
|
Loading…
Reference in New Issue
Block a user