From: Marcos Mello Date: Fri, 8 May 2020 10:56:32 +0000 (-0300) Subject: winbind.service: drop quotes from $WINBINDOPTIONS variable X-Git-Tag: ldb-2.2.0~556 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b17dcfd263d0d0b41fbd75442d70c2518bd835e;p=thirdparty%2Fsamba.git winbind.service: drop quotes from $WINBINDOPTIONS variable systemd parser splits arguments at whitespaces respecting quotes when necessary. Signed-off-by: Marcos Mello Reviewed-by: Andreas Schneider Reviewed-by: Alexander Bokovoy Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Tue May 12 12:27:11 UTC 2020 on sn-devel-184 --- 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@