It would be nice to be able to pass these options to the services executable:
-pidfile /var/run/anope.pid # To make it write a pid file for later stopping of the service.
-chuid anope # To run the init script as root, and make anope change user to another user (etc. anope).
Having those two options would make it possible to avoid using start-stop-daemon. (It's causing some problems in the init script I'm writing for Anope on Gentoo Linux)