On Tue, Apr 25, 2023 at 03:07:19PM -0600, Ashlen wrote:
>rc_exec is a function, not a variable. rc.subr(8) demonstrates how to
>use it. This is what I meant for you to do:
>
>rc_start() {
> rc_exec "${daemon} ${daemon_flags_1}" && \
> rc_exec "${daemon} ${daemon_flags_2}"
>}Whoops, my fault...I misread what you originally wrote. rc_exec, as you've posted, works. Thank you very much, and thanks to all respondents.

