Magellan Linux

Annotation of /trunk/samba/nmbd.service

Parent Directory Parent Directory | Revision Log Revision Log


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