Magellan Linux

Annotation of /trunk/samba/smbd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1548 - (hide annotations) (download)
Mon Nov 7 16:14:53 2011 UTC (12 years, 6 months ago) by niro
File size: 259 byte(s)
-use an environmentfile for service options
-start after network.target, nmbd.service and winbindd.service
-type forking
-increase LimitNOFILE for more service logins
1 niro 1345 [Unit]
2     Description=Samba SMB/CIFS server
3 niro 1548 After=syslog.target network.target nmbd.service winbindd.service
4 niro 1345
5     [Service]
6 niro 1548 Type=forking
7     LimitNOFILE=16384
8     EnvironmentFile=-/etc/conf.d/samba
9     ExecStart=/usr/sbin/smbd $SMBDOPTIONS
10 niro 1345
11     [Install]
12     WantedBy=multi-user.target