--On Thursday, June 11, 2009 08:45:59 -0500 Drew Tomlinson
wrote:
The problem here is that urchinctl does not write a pid file by default
and I can't figure out how to make it do so.
However in reading man rc.subr, I found argument_cmd that works for me.
By setting argument_cmd, I can override
On Thursday 11 June 2009 05:45:59 Drew Tomlinson wrote:
> Paul Schmehl wrote:
> > --On June 10, 2009 7:09:17 PM -0700 Drew Tomlinson
> >
> > wrote:
> All I want to do is create a script within the rc.d framework that
> runs
> "/usr/local/urchin/bin/urchinctl start" when the system b
Paul Schmehl wrote:
--On June 10, 2009 7:09:17 PM -0700 Drew Tomlinson
wrote:
All I want to do is create a script within the rc.d framework that
runs
"/usr/local/urchin/bin/urchinctl start" when the system boots and
"/usr/local/urchin/bin/urchinctl stop" when the system shuts down.
Followin