From 6b17dcfd263d0d0b41fbd75442d70c2518bd835e Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Fri, 8 May 2020 07:56:32 -0300 Subject: 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 --- packaging/systemd/winbind.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') 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@ -- cgit v1.2.1