smbd: Reduce the complexity of open_file_ntcreate
[mat/samba.git] / packaging / systemd / winbind.service
1 [Unit]
2 Description=Samba Winbind Daemon
3 After=syslog.target network.target nmb.service
4
5 [Service]
6 Type=forking
7 PIDFile=/run/winbindd.pid
8 EnvironmentFile=-/etc/sysconfig/samba
9 ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
10 ExecReload=/usr/bin/kill -HUP $MAINPID
11
12 [Install]
13 WantedBy=multi-user.target