I want my AppVMs to copy the rc.local from the template they are created upon. How do I do this?
For example, I’m creating a my-template(a template) and modify the rc.local to whatever I want. Then, I create my-appvm based on that template, and I want that my-appvm to have the rc.local I defined at my-template.
I need something like skel directory but so it will affect the rc.local file.