diff --git a/etc/rc.subr b/etc/rc.subr index 08342a084931..0da7c07a4083 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -641,7 +641,7 @@ run_rc_command() fi fi - eval $_pidcmd # determine the pid if necessary + [ -z "$autoboot" ] && eval $_pidcmd # determine the pid if necessary for _elem in $_keywords; do if [ "$_elem" != "$rc_arg" ]; then