mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
c69938ef5c
Bug-Debian: https://bugs.debian.org/828730 BUG: https://bugzilla.samba.org/show_bug.cgi?id=12402 Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
18 lines
443 B
SYSTEMD
18 lines
443 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
|
|
NotifyAccess=all
|
|
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
|