I have a script that I want to run on startup. This script launches vms using sudo VBoxManage.
How can I a) Execute this vm start script on the computer startup and b) make sure the sudos don't need me to actually type in a password.
I figured rc.local somehow but not sure how to handle the fact that it requires sudo to run VBoxManage with
0 Answers