winbind: Fix passing idmap failure from wb_sids2xids back to callers
[Samba.git] / packaging / systemd / winbind.service
blobc511488166e87558203ec127f5c6a45f4cf69417
1 [Unit]
2 Description=Samba Winbind Daemon
3 After=syslog.target network.target nmb.service
5 [Service]
6 Type=notify
7 NotifyAccess=all
8 PIDFile=/run/winbindd.pid
9 EnvironmentFile=-/etc/sysconfig/samba
10 ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
11 ExecReload=/usr/bin/kill -HUP $MAINPID
12 LimitCORE=infinity
14 [Install]
15 WantedBy=multi-user.target