crypto: Update the REQUIREMENTS
[bbaumbach/samba-autobuild/.git] / packaging / systemd / winbind.service.in
1 [Unit]
2 Description=Samba Winbind Daemon
3 After=syslog.target network.target nmb.service
4
5 [Service]
6 Type=notify
7 NotifyAccess=all
8 PIDFile=@PIDDIR@/winbindd.pid
9 EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
10 ExecStart=@SBINDIR@/winbindd --foreground --no-process-group "$WINBINDOPTIONS"
11 ExecReload=/usr/bin/kill -HUP $MAINPID
12 LimitCORE=infinity
13 @systemd_winbind_extra@
14
15 [Install]
16 WantedBy=multi-user.target