Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 504150

Summary: net-im/pyicq-t - add systemd service unit
Product: Gentoo Linux Reporter: Michael Hampicke <mh>
Component: [OLD] ServerAssignee: Gentoo Net-im project <net-im>
Status: RESOLVED FIXED    
Severity: normal CC: mh, systemd
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 448882    

Description Michael Hampicke 2014-03-10 22:43:13 UTC
pyicq-t is missing a systems unit file. This works on my machine:

[Unit]
Description=PyICQt is an ICQ transport for Jabber/XMPP

[Service]
Type=simple
PIDFile=/var/run/pyicqt/pyicqt.pid
ExecStart=/usr/lib64/python2.7/site-packages/pyicq-t/pyicq-t.py -c /etc/jabber/pyicq-t.xml -l /var/log/jabber/pyicq-t.log

[Install]
WantedBy=multi-user.target
StandardOutput=syslog

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2014-03-30 13:44:24 UTC
+*pyicq-t-0.8.1.5-r4 (30 Mar 2014)
+
+  30 Mar 2014; Pacho Ramos <pacho@gentoo.org> +files/pyicq-t.service,
+  +pyicq-t-0.8.1.5-r4.ebuild:
+  Add unit file (#504150 by Michael Hampicke)
+