So basically, I've created a windows service that I'm not porting to linux and mono. Everything is working great except I can't figure out how to send command line arguments to a windows service that I'm starting with mono-service(2).
I'm hoping I can pick up command line arguments in OnStart(string[] args) of my service, but no luck so far...