winbind.service: drop quotes from $WINBINDOPTIONS variable
authorMarcos Mello <marcosfrm@gmail.com>
Fri, 8 May 2020 10:56:32 +0000 (07:56 -0300)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 12 May 2020 12:27:11 +0000 (12:27 +0000)
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

packaging/systemd/winbind.service.in

index ac5c922c19f30e406c9710b7408ce8e10551d4d1..d28a0e991d5f1d3a2568c36bba1bcf153c0f0d86 100644 (file)
@@ -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@