debug: Set close-on-exec for the main log file FD
[Samba.git] / packaging / systemd / winbind.service
blobf711a17f040e86ace395402e12860f7ccb395aaf
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
13 [Install]
14 WantedBy=multi-user.target