We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236f47f commit d248bf8Copy full SHA for d248bf8
docker/guest/run_services.sh
@@ -1,5 +1,9 @@
1
#!/usr/bin/env bash
2
3
+if [[ -n "$HANDLED_BY_CLOUD_ORCHESTRATOR" ]]; then
4
+ echo -n 'vhost_user_vsock="true"' >> /etc/default/cuttlefish-host_orchestrator
5
+fi
6
+
7
service nginx start
8
service cuttlefish-host-resources start
9
service cuttlefish-operator start
0 commit comments