s3:auth_winbind: ignore a missing winbindd as NT4 PDC/BDC without trusts
[Samba.git] / packaging / systemd / smb.service.in
blob18912ef0e98fb62bfa79319b31b13809d993fabd
1 [Unit]
2 Description=Samba SMB Daemon
3 Documentation=man:smbd(8) man:samba(7) man:smb.conf(5)
4 Wants=network-online.target
5 After=network.target network-online.target nmb.service winbind.service
7 [Service]
8 Type=notify
9 NotifyAccess=all
10 PIDFile=@PIDDIR@/smbd.pid
11 LimitNOFILE=16384
12 EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
13 ExecStart=@SBINDIR@/smbd --foreground --no-process-group $SMBDOPTIONS
14 ExecReload=/bin/kill -HUP $MAINPID
15 LimitCORE=infinity
16 @systemd_smb_extra@
18 [Install]
19 WantedBy=multi-user.target