tira-io / tira

The source code for the TIRA Shared Task Platform
https://www.tira.io
MIT License
14 stars 8 forks source link

At run-execute: Before shutdown, schedule command to be run after startup, then sandbox, restart VM #100

Open potthast opened 3 years ago

potthast commented 3 years ago

This way, we do not even have to maintain an ongoing SSH connection into the VM during execution, but the command is just executed after startup: https://askubuntu.com/questions/156771/run-a-script-only-at-the-very-first-boot

I can imagine race conditions, where the command is executed before the VM's guest additions are loaded and the shared folders are available. But this can probably be avoided.

github-actions[bot] commented 3 years ago

This issue has been marked stale because it has been open 60 days with no activity.