Magellan Linux

Annotation of /trunk/samba/smbd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1345 - (hide annotations) (download)
Fri Jun 3 12:12:48 2011 UTC (12 years, 11 months ago) by niro
File size: 173 byte(s)
-added systemd units
1 niro 1345 [Unit]
2     Description=Samba SMB/CIFS server
3     After=syslog.target
4    
5     [Service]
6     ExecStart=/usr/sbin/smbd -F
7     ExecReload=/bin/kill -HUO $MAINPID
8    
9     [Install]
10     WantedBy=multi-user.target