mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
4f3e86f623
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Nov 4 12:36:04 CET 2011 on sn-devel-104
13 lines
260 B
Desktop File
13 lines
260 B
Desktop File
[Unit]
|
|
Description=Samba Winbind Daemon
|
|
After=syslog.target network.target nmb.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/winbindd.pid
|
|
EnvironmentFile=-/etc/sysconfig/samba
|
|
ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|