Magellan Linux

Contents of /trunk/samba/nmbd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1547 - (show annotations) (download)
Mon Nov 7 16:13:15 2011 UTC (12 years, 5 months ago) by niro
File size: 214 byte(s)
-use an environmentfile for service options
-start after network.target
-type forking
1 [Unit]
2 Description=Samba Netbios nameserver
3 After=syslog.target network.target
4
5 [Service]
6 Type=forking
7 EnvironmentFile=-/etc/conf.d/samba
8 ExecStart=/usr/sbin/nmbd $NMBDOPTIONS
9
10 [Install]
11 WantedBy=multi-user.target