2005-06-01 Raja R Harinath * mono-service.cs (MonoServiceRunner.Main): Replace LockFlags with LockfCommand to reflect the rename in Mono.Posix.dll. 2005-04-12 Joerg Rosenkranz * mono-service.cs: Service runs in its own AppDomain now. Improved exception handling. 2005-04-09 Joerg Rosenkranz * mono-service.cs: Fixed dynamic loading of assemblies from services. Cleaned up callback code. 2005-04-08 Joerg Rosenkranz * mono-service.cs: Restructured code to run service main loop in callback called by ServiceBase.Run. This matches Windows service behaviour better. 2005-04-07 Zoltan Varga * mono-service.cs: Fix compilation with csc. 2005-04-06 Joerg Rosenkranz * mono-service.cs: Pay attention to CanStop and CanPauseAndContinue. Call Dispose of service. Fixed exe name in usage output. Filling and using lock file to prevent multiple instances.