From 9081ee8def170a17154d4bec99fac90ba8f84992 Mon Sep 17 00:00:00 2001 From: Forza <68693597+Forza-tng@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:20:17 +0200 Subject: [PATCH] tgtd.initd: add missing --- scripts/openrc/tgtd.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/openrc/tgtd.initd b/scripts/openrc/tgtd.initd index 491ef161..90dece23 100644 --- a/scripts/openrc/tgtd.initd +++ b/scripts/openrc/tgtd.initd @@ -9,7 +9,7 @@ pidfile="/var/run/${RC_SVCNAME}.pid" command="/usr/sbin/tgtd" -command_args_background="--pid-file ${pidfile}" +command_args_background="--pid-file ${pidfile} ${tgtd_opts}" extra_commands="forcedstop" extra_started_commands="forcedreload reload"