Binfmt config not persisting after booting
- by Ishpeck
I have the binfmt kernel module set up so I can run .NET apps as if they were native binaries.
I have the /etc/rc.local file configured identically to this.
If I power down my computer or boot into Windows, when I come back to Ubuntu, I can't run .NET apps without calling Mono. However, if I simply touch /etc/rc.local and restart, the binfmt configuration appears to kick in and I can run my .NET EXE's as I expect to.
How do I get my configuration to stick?