[Mono-list] Running an Application in the background

Andreas Färber andreas.faerber at web.de
Mon Sep 25 18:43:23 EDT 2006


Hi,

Am 25.09.2006 um 22:35 schrieb Jason Burris:

> I have a C# console application that runs under linux.  The program  
> informs you that it is running and to type 'exit' to get out of the  
> program.  This all works fine, but if I try to put this in a  
> background process, it will stop the process all together and won't  
> continue to run the application.
>
> Is there a special option in mono that will let me start my app in  
> the background?

If you want a daemon, you can write it as a service and use mono- 
service to start it.

HTH,
Andreas


More information about the Mono-list mailing list