19hundreds wrote on 2/2/19 6:38 PM:
>> I might be missing something, but if you create one in /etc, it should get inherited by all AppVMs based on that template. See >
https://www.qubes-os.org/doc/templates/#important-notes-r40 <
https://www.qubes-os.org/doc/templates/#important-notes-r40>> .
>>
> hmm wait, I don't see how /etc/rc.local maps on /rw/config/rc.local in AppVMs
>
> Am I being stupider than usual?
It doesn't map, but you can have multiple scripts, right? Make a
template one in /etc (call it /etc/rc.templatelocal maybe) like you
would in any regular Linux, and customize the separate one as needed per
AppVM. You're taking advantage of AppVMs inheriting almost everything
from their template.