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