Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504150 - net-im/pyicq-t - add systemd service unit
Summary: net-im/pyicq-t - add systemd service unit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2014-03-10 22:43 UTC by Michael Hampicke
Modified: 2014-03-30 13:44 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)
+