[Mono-dev] How to run C# DotNet 2.x windows service on Mac OS X?

Petit Eric surfzoid at gmail.com
Wed Jan 7 15:24:44 EST 2009


2009/1/7 d_v <dan.vandermolen at figpsoft.com>:
>
> How do I run my C# DotNet 2.x windows service on a Mac OS X?
>
> I would like to run the .exe even if not logged on to the Mac.
> That means I can't start the terminal manually and type in "mono
> myservice.exe."
>
> Also, where are the best forums for these kind of questions?
> Where can I get basic questions answered?
I don t know mac, but with linux yu have "/usr/bin/mono-service2"
so in a shell script
/usr/bin/mono-service2 "yourpath to your service"
and need to know mac method to start something
in linux it is in /etc/init.d/

> thanks a lot.
> --
> View this message in context: http://www.nabble.com/How-to-run-C--DotNet-2.x-windows-service-on-Mac-OS-X--tp21337625p21337625.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



-- 

Cordially.

Small Eric Quotations of the days:
---------------------------------------------------------------------------
If one day one reproaches you that your work is not a work of
professional, say you that:
Amateurs built the arch of Noah, and professionals the Titanic.
---------------------------------------------------------------------------

Few people are done for independence, it is the privilege of the powerful ones.
---------------------------------------------------------------------------

No key was wounded during the drafting of this message.


More information about the Mono-devel-list mailing list