summaryrefslogtreecommitdiff
path: root/packaging/systemd/winbind.service
blob: 91f9112a35315fb89f8e61b56726114ac9127e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Samba Winbind Daemon
Requires=smb.service nmb.service
After=syslog.target network.target smb.service nmb.service

[Service]
Type=forking
PIDFile=/run/winbindd.pid
EnvironmentFile=-/etc/sysconfig/samba
ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"

[Install]
WantedBy=multi-user.target