[Mono-list] How to use windows service application in linux (suse) using mono ?

David Schmitt david at dasz.at
Thu Mar 21 12:31:27 UTC 2013


On 13.03.2013 10:10, sagar wrote:
> i have installed mono on SUSE Linux enterprise 11. I have 1 .net application
> created from visual studio 2008,  this application actually creates 1
> windows service when executed on windows OS machine. This application takes
> 1 argument "i" for installing service. (Example: MyService.exe -i). i want
> to same thing on SUSE Linux machine. How can i do this using mono ?

Services under mono are run within the mono-service.exe host, which acts 
as svchost process for your service.

For a nice example how to use it, see this Stackoverflow answer:

   http://stackoverflow.com/a/1234761/4918


Best Regards, David



More information about the Mono-list mailing list