On Thu, Jan 28, 2016 at 10:29:56AM +0100, Paolo Aglialoro wrote: > When this goes implemented, how will one start/stop/reload/check the single > instance or all instances through /etc/rc.d/ ?
You'll have a different rc.d script and associated rc.conf variables for each of your instances. Actually not really a "different" rc.d script, just a link to the original one which already works for daemons that properly display their args in the process list. As mentioned in another thread already: # ln -s /etc/rc.d/mydaemon /etc/rc.d/mydaemon2 Then use mydaemon2_flags ... in rc.conf.local. -- Antoine