From 16375fdecfec071ed5f9dd2df3329346751b6d17 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 9 Mar 2024 22:13:26 -0700 Subject: [PATCH] Update mediamtx --- rcd/mediamtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcd/mediamtx b/rcd/mediamtx index d10f5b7b..5fa605bb 100644 --- a/rcd/mediamtx +++ b/rcd/mediamtx @@ -16,7 +16,7 @@ rcvar=mediamtx_enable pidfile=/var/run/${name}.pid command=/usr/sbin/daemon -command_args="-r -u ${user} -P ${pidfile} /usr/local/bin/${name}" +command_args="-f -u ${user} -P ${pidfile} /usr/local/bin/${name}" load_rc_config $name run_rc_command "$1"