start a sandbox at boot time

Asked by ladydi711

Hi,

I have one sandbox that I'd like to start at system boot time. What might be the suggested method of doing that?

TIA!

Question information

Language:
English Edit question
Status:
Solved
For:
MySQL Sandbox Edit question
Assignee:
No assignee Edit question
Solved by:
Giuseppe Maxia
Solved:
Last query:
Last reply:
Revision history for this message
Best Giuseppe Maxia (giuseppe-maxia) said :
#1

Since the Sandbox is an isolated environment, there is no built-in provision for boot time start.
If you have this need, you can add a call to $HOME/sandboxes/your_sandnox_path/start in a startup script of your OS.
For example, in Linux, you should make a /etc/init.d/sandbox file that can recognize the "start" and "stop" parameters and switch on and off the sandbox.

Revision history for this message
ladydi711 (drolland) said :
#2

Thanks Giuseppe Maxia, that solved my question.