Hi Murk,

On Thu, 29 Sep 2016 21:50:44 +0200 Murk Fletcher wrote:
> I got this startup script for my app:
> https://gist.github.com/anonymous/c0339b1dae3eeff3a461b8787824838b
> ... but in debugging I see these functions can't be found.

>From rc.subr(8), put your overrides inside the proper function, e.g:

rc_check()
{
        cd ${app_home} || return
        ${daemon} status
}

Cheers,
--
Craig Skinner | http://linkd.in/yGqkv7

Reply via email to