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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
