Skip to content

Commit d248bf8

Browse files
committed
Docker instances created by CO enables vhost user vsock as default
1 parent 236f47f commit d248bf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/guest/run_services.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
if [[ -n "$HANDLED_BY_CLOUD_ORCHESTRATOR" ]]; then
4+
echo -n 'vhost_user_vsock="true"' >> /etc/default/cuttlefish-host_orchestrator
5+
fi
6+
37
service nginx start
48
service cuttlefish-host-resources start
59
service cuttlefish-operator start

0 commit comments

Comments
 (0)