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-libs/openslp/files: slpd.service
Date: Sun, 30 Mar 2014 10:19:00
Message-Id: 20140330101852.CB5B42005C@flycatcher.gentoo.org
1 pacho 14/03/30 10:18:52
2
3 Added: slpd.service
4 Log:
5 Add unit file (#485028 by Reuben Martin)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 net-libs/openslp/files/slpd.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/openslp/files/slpd.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/openslp/files/slpd.service?rev=1.1&content-type=text/plain
14
15 Index: slpd.service
16 ===================================================================
17 [Unit]
18 Description=Service Location Protocol
19 After=network-online.target
20
21 [Service]
22 ExecStart=/usr/sbin/slpd -l /var/log/slpd.log -d
23 ExecReload=/bin/kill -HUP $MAINPID
24
25 [Install]
26 WantedBy=network.target