Magellan Linux

Diff of /trunk/samba/nmbd.service

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1345 by niro, Fri Jun 3 12:12:48 2011 UTC revision 1547 by niro, Mon Nov 7 16:13:15 2011 UTC
# Line 1  Line 1 
1  [Unit]  [Unit]
2  Description=Samba Netbios nameserver  Description=Samba Netbios nameserver
3  After=syslog.target  After=syslog.target network.target
4    
5  [Service]  [Service]
6  ExecStart=/usr/sbin/nmbd -F  Type=forking
7    EnvironmentFile=-/etc/conf.d/samba
8    ExecStart=/usr/sbin/nmbd $NMBDOPTIONS
9    
10  [Install]  [Install]
11  WantedBy=multi-user.target  WantedBy=multi-user.target

Legend:
Removed from v.1345  
changed lines
  Added in v.1547