summaryrefslogtreecommitdiff
path: root/packaging/systemd/nmb.service.in
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2016-05-12 22:16:24 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-01-14 17:38:26 +0100
commitc69938ef5cb9ee49565fae834a25541f6a5da0a8 (patch)
tree9ed0bcb4ab5177dcd2cd3be99e73051e5a283617 /packaging/systemd/nmb.service.in
parenta653b62ad71b65c280ee4ba6bfbb560ac3b1f90e (diff)
downloadsamba-c69938ef5cb9ee49565fae834a25541f6a5da0a8.tar.gz
systemd: Fix kill path
Bug-Debian: https://bugs.debian.org/828730 BUG: https://bugzilla.samba.org/show_bug.cgi?id=12402 Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'packaging/systemd/nmb.service.in')
-rw-r--r--packaging/systemd/nmb.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/systemd/nmb.service.in b/packaging/systemd/nmb.service.in
index b5c20192a19..a30812320c0 100644
--- a/packaging/systemd/nmb.service.in
+++ b/packaging/systemd/nmb.service.in
@@ -10,7 +10,7 @@ NotifyAccess=all
PIDFile=@PIDDIR@/nmbd.pid
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
ExecStart=@SBINDIR@/nmbd --foreground --no-process-group $NMBDOPTIONS
-ExecReload=/usr/bin/kill -HUP $MAINPID
+ExecReload=/bin/kill -HUP $MAINPID
LimitCORE=infinity
@systemd_nmb_extra@