Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba/files: samba.service
Date: Wed, 27 Nov 2013 20:53:35
Message-Id: 20131127205324.DEE852004E@flycatcher.gentoo.org
1 pacho 13/11/27 20:53:24
2
3 Added: samba.service
4 Log:
5 Add a samba.service unit file (#490394 by Daniel Klaffenbach)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 net-fs/samba/files/samba.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/samba.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/samba.service?rev=1.1&content-type=text/plain
14
15 Index: samba.service
16 ===================================================================
17 [Unit]
18 Description=Samba AD server
19 After=network.target winbindd.service
20 Conflicts=nmbd.service smbd.service
21
22 [Service]
23 ExecStart=/usr/sbin/samba --interactive
24
25 [Install]
26 WantedBy=multi-user.target