Last change
on this file since 890 was 752, checked in by Silvan Scherrer, 13 years ago |
Samba Server: updated trunk to 3.6.9 2nd part
|
File size:
312 bytes
|
Line | |
---|
1 | [Unit]
|
---|
2 | Description=Samba Winbind Daemon
|
---|
3 | After=syslog.target network.target nmb.service
|
---|
4 |
|
---|
5 | [Service]
|
---|
6 | Type=forking
|
---|
7 | PIDFile=/run/winbindd.pid
|
---|
8 | EnvironmentFile=-/etc/sysconfig/samba
|
---|
9 | ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
|
---|
10 | ExecReload=/usr/bin/kill -HUP $MAINPID
|
---|
11 |
|
---|
12 | [Install]
|
---|
13 | WantedBy=multi-user.target
|
---|
Note:
See
TracBrowser
for help on using the repository browser.