We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db9acc commit 1d9e7c6Copy full SHA for 1d9e7c6
1 file changed
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