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-im/pyicq-t/files: pyicq-t.service
Date: Sun, 30 Mar 2014 13:44:18
Message-Id: 20140330134413.2933D20057@flycatcher.gentoo.org
1 pacho 14/03/30 13:44:13
2
3 Added: pyicq-t.service
4 Log:
5 Add unit file (#504150 by Michael Hampicke)
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-im/pyicq-t/files/pyicq-t.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/files/pyicq-t.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/files/pyicq-t.service?rev=1.1&content-type=text/plain
14
15 Index: pyicq-t.service
16 ===================================================================
17 [Unit]
18 Description=PyICQt is an ICQ transport for Jabber/XMPP
19
20 [Service]
21 ExecStart=INSPATH/pyicq-t.py -c /etc/jabber/pyicq-t.xml -l /var/log/jabber/pyicq-t.log
22 User=jabber
23 Group=jabber
24
25 [Install]
26 WantedBy=multi-user.target