mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
6b17dcfd26
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
17 lines
424 B
SYSTEMD
17 lines
424 B
SYSTEMD
[Unit]
|
|
Description=Samba Winbind Daemon
|
|
Documentation=man:winbindd(8) man:samba(7) man:smb.conf(5)
|
|
After=network.target nmb.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
PIDFile=@PIDDIR@/winbindd.pid
|
|
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
|
|
ExecStart=@SBINDIR@/winbindd --foreground --no-process-group $WINBINDOPTIONS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
LimitCORE=infinity
|
|
@systemd_winbind_extra@
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|