Tagged Questions
30
votes
7answers
6k views
How do I code a Mono Daemon
I'm trying to write a Mono C# daemon for linux.
I'd like to do a starts and stops of it when its done processing instead of just killing the process.
Does anyone have any examples of this?
Edit: I ...
5
votes
1answer
480 views
.NET Service to Linux Daemon
I am writing a portable service/daemon using .NET 3.5, my windows service is running, but I was wondering about the mono port...
Mono-service is what I am looking for if I understand correctly. How ...
3
votes
3answers
2k views
Success with start-stop-daemon and mono-service2?
Has anyone had any success using start-stop-daemon and mono-service2 together? I've been fighting this for a few days now and have gotten various bits to work, but have had no success in getting a ...