All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guillaume Castagnino <casta@xwing.info>
To: linux-cifs@vger.kernel.org
Cc: Guillaume Castagnino <casta@xwing.info>
Subject: [PATCH] ksmbd-tools: fix unit file
Date: Wed,  3 Nov 2021 17:20:30 +0100	[thread overview]
Message-ID: <20211103162030.183975-1-casta@xwing.info> (raw)

Signed-off-by: Guillaume Castagnino <casta@xwing.info>
---
 ksmbd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ksmbd.service b/ksmbd.service
index 5717177..3309fa9 100644
--- a/ksmbd.service
+++ b/ksmbd.service
@@ -10,7 +10,7 @@ Group=root
 RemainAfterExit=yes
 ExecStartPre=-/sbin/modprobe ksmbd
 ExecStart=/sbin/ksmbd.mountd -s
-ExecReload=/sbin/ksmbd.control -s && /sbin/ksmbd.mountd
+ExecReload=/bin/sh -c '/sbin/ksmbd.control -s && /sbin/ksmbd.mountd -s'
 ExecStop=/sbin/ksmbd.control -s
 
 [Install]
-- 
2.33.1


             reply	other threads:[~2021-11-03 16:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-03 16:20 Guillaume Castagnino [this message]
2021-11-03 23:20 ` [PATCH] ksmbd-tools: fix unit file Namjae Jeon
2021-11-05 19:00   ` Enzo Matsumiya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211103162030.183975-1-casta@xwing.info \
    --to=casta@xwing.info \
    --cc=linux-cifs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.