mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +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()
|
start()
|
||||||
{
|
{
|
||||||
|
[ -d /sys/bus/vmbus ] && exit 0
|
||||||
ebegin "Starting FUSE socket passthrough"
|
ebegin "Starting FUSE socket passthrough"
|
||||||
|
|
||||||
mkdir -p /host_docker_app
|
mkdir -p /host_docker_app
|
||||||
@ -27,6 +28,7 @@ start()
|
|||||||
|
|
||||||
stop()
|
stop()
|
||||||
{
|
{
|
||||||
|
[ -d /sys/bus/vmbus ] && exit 0
|
||||||
ebegin "Stopping FUSE socket passthrough"
|
ebegin "Stopping FUSE socket passthrough"
|
||||||
|
|
||||||
PIDFILE=/var/run/transfused.pid
|
PIDFILE=/var/run/transfused.pid
|
||||||
|
Loading…
Reference in New Issue
Block a user