Magellan Linux

Annotation of /trunk/samba/winbindd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1550 - (hide annotations) (download)
Mon Nov 7 16:15:23 2011 UTC (12 years, 6 months ago) by niro
File size: 232 byte(s)
-added winbind.service
1 niro 1550 [Unit]
2     Description=Samba Winbind daemon
3     After=syslog.target network.target nmbd.service
4    
5     [Service]
6     Type=forking
7     EnvironmentFile=-/etc/conf.d/samba
8     ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
9    
10     [Install]
11     WantedBy=multi-user.target