Add systemd service files.
[Samba/gebeck_regimport.git] / packaging / systemd / winbind.service
blob91f9112a35315fb89f8e61b56726114ac9127e88
1 [Unit]
2 Description=Samba Winbind Daemon
3 Requires=smb.service nmb.service
4 After=syslog.target network.target smb.service nmb.service
6 [Service]
7 Type=forking
8 PIDFile=/run/winbindd.pid
9 EnvironmentFile=-/etc/sysconfig/samba
10 ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
12 [Install]
13 WantedBy=multi-user.target