summaryrefslogtreecommitdiff
path: root/packaging/systemd/samba.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/systemd/samba.service.in')
-rw-r--r--packaging/systemd/samba.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/systemd/samba.service.in b/packaging/systemd/samba.service.in
index fcbb27fc225..f8ea527536b 100644
--- a/packaging/systemd/samba.service.in
+++ b/packaging/systemd/samba.service.in
@@ -11,7 +11,7 @@ PIDFile=@PIDDIR@/samba.pid
LimitNOFILE=16384
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
ExecStart=@SBINDIR@/samba --foreground --no-process-group $SAMBAOPTIONS
-ExecReload=/usr/bin/kill -HUP $MAINPID
+ExecReload=/bin/kill -HUP $MAINPID
@systemd_samba_extra@
[Install]