From mboxrd@z Thu Jan 1 00:00:00 1970 From: james.smart@broadcom.com (James Smart) Date: Sun, 14 Jul 2019 07:47:35 -0700 Subject: [PATCH rfc v2 10/10] nvme-cli: nvmf auto-connect scripts In-Reply-To: References: <20190712003140.16221-1-jsmart2021@gmail.com> <20190712003140.16221-11-jsmart2021@gmail.com> Message-ID: On 7/12/2019 10:26 AM, Sagi Grimberg wrote: > >> +ExecStart=/bin/sh -c "/usr/sbin/nvme connect-all `/usr/bin/echo -e >> $CONNECT_ARGS`" > > Lets lose the nvme full path, sh allows us to have that (can be in > /usr/local/sbin or somewhere else). and not /bin/echo? For nvme, echo or both ?