summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMarcos Mello <marcosfrm@gmail.com>2020-05-08 07:56:32 -0300
committerAndreas Schneider <asn@cryptomilk.org>2020-05-12 12:27:11 +0000
commit6b17dcfd263d0d0b41fbd75442d70c2518bd835e (patch)
tree7841f38e48598872f1a4631e3d00be8961cf3320 /packaging
parentd1740fb3d5a72cb49e30b330bb0b01e7ef3e09cc (diff)
downloadsamba-6b17dcfd263d0d0b41fbd75442d70c2518bd835e.tar.gz
winbind.service: drop quotes from $WINBINDOPTIONS variable
systemd parser splits arguments at whitespaces respecting quotes when necessary. Signed-off-by: Marcos Mello <marcosfrm@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue May 12 12:27:11 UTC 2020 on sn-devel-184
Diffstat (limited to 'packaging')
-rw-r--r--packaging/systemd/winbind.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/systemd/winbind.service.in b/packaging/systemd/winbind.service.in
index ac5c922c19f..d28a0e991d5 100644
--- a/packaging/systemd/winbind.service.in
+++ b/packaging/systemd/winbind.service.in
@@ -7,7 +7,7 @@ After=network.target nmb.service
Type=notify
PIDFile=@PIDDIR@/winbindd.pid
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
-ExecStart=@SBINDIR@/winbindd --foreground --no-process-group "$WINBINDOPTIONS"
+ExecStart=@SBINDIR@/winbindd --foreground --no-process-group $WINBINDOPTIONS
ExecReload=/bin/kill -HUP $MAINPID
LimitCORE=infinity
@systemd_winbind_extra@