summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba/winbind.service
blob: bff6fb8e194192f202545734c838740b3d2e76ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
i[Unit]
Description=Samba Winbind Daemon
After=syslog.target network.target nmb.service

[Service]
Type=forking
PIDFile=/var/run/winbindd.pid
ExecStart=@SBINDIR@/winbindd
ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target