docs:build: make target "manpages" .PHONY, so manpages do get built...
[Samba/gebeck_regimport.git] / packaging / systemd / winbind.service
blob9ce1b520419a7df37eea6156443578cb046c87a3
1 [Unit]
2 Description=Samba Winbind Daemon
3 After=syslog.target network.target nmb.service
5 [Service]
6 Type=forking
7 PIDFile=/run/winbindd.pid
8 EnvironmentFile=-/etc/sysconfig/samba
9 ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
11 [Install]
12 WantedBy=multi-user.target