Annotation of /trunk/samba/smbd.service
Parent Directory | Revision Log
Revision 2592 -
(hide annotations)
(download)
Tue Jun 23 06:50:04 2015 UTC (9 years, 4 months ago) by niro
File size: 341 byte(s)
Tue Jun 23 06:50:04 2015 UTC (9 years, 4 months ago) by niro
File size: 341 byte(s)
-sync service files with upstream and added samba.service
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 | 2592 | Type=notify |
7 | NotifyAcess=all | ||
8 | PIDFile=/run/samba/smbd.pid | ||
9 | niro | 1548 | LimitNOFILE=16384 |
10 | EnvironmentFile=-/etc/conf.d/samba | ||
11 | ExecStart=/usr/sbin/smbd $SMBDOPTIONS | ||
12 | niro | 2592 | ExecReload=/usr/bin/kill -HUP $MAINPID |
13 | niro | 1345 | |
14 | [Install] | ||
15 | WantedBy=multi-user.target |