Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Equivalent of a Windows Service on OSX with Mono

Tags:

.net

macos

mono

What do I need to do to have my .NET-Mono application run as a background process on OSX and start when the OS starts up? (Assuming the application is otherwise ready to go on OSX)

Related

Build an installer for .NET app that can run on Windows and OS X?

like image 356
Rex M Avatar asked Aug 03 '09 17:08

Rex M


Video Answer


1 Answers

As ShuggyCoUk notes, that article is very out of date. In 10.4, OS X made some some radical changes. The guide you want to read is System Startup Programming Topics. The short answer is "use launchd."

like image 155
Rob Napier Avatar answered Sep 23 '22 09:09

Rob Napier