Magellan Linux

Contents of /trunk/samba/smbd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1548 - (show annotations) (download)
Mon Nov 7 16:14:53 2011 UTC (12 years, 5 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 [Unit]
2 Description=Samba SMB/CIFS server
3 After=syslog.target network.target nmbd.service winbindd.service
4
5 [Service]
6 Type=forking
7 LimitNOFILE=16384
8 EnvironmentFile=-/etc/conf.d/samba
9 ExecStart=/usr/sbin/smbd $SMBDOPTIONS
10
11 [Install]
12 WantedBy=multi-user.target