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 ha
I got this script working with a couple of minor changes:
A pidfile in /var/run only works if you run as root - if you try to run the script without sudo, mono-service will fail silently.
Use --pidfile instead of --name to find the service to stop.