-.\" $OpenBSD: rc.subr.8,v 1.41 2021/11/11 12:23:15 ajacoutot Exp $
+.\" $OpenBSD: rc.subr.8,v 1.42 2021/12/30 08:14:29 ajacoutot Exp $
.\"
.\" Copyright (c) 2021 Antoine Jacoutot
.\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 11 2021 $
+.Dd $Mdocdate: December 30 2021 $
.Dt RC.SUBR 8
.Os
.Sh NAME
command used to run the daemon.
Defaults to:
.Pp
-.Dl "su -l -c ${daemon_class} -s /bin/sh ${daemon_user} -c"
+.Dl "su -fl -c ${daemon_class} -s /bin/sh ${daemon_user} -c"
.El
-If
+If the routing table of the current process differs from
.Va daemon_rtable
-is set, the following
+the following
.Xr route 8
command is prepended to
.Va rcexec :