diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-30 13:44:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-30 13:44:13 +0000 |
commit | 9e27545585786a3eb7552e786ef0669b99e04f91 (patch) | |
tree | b1684f06ded3347eeff2d646a87c9616a5d16da7 /net-im/pyicq-t/files | |
parent | Re-use perl path getting from perl-module.eclass, thanks to Mikle Kolyada for... (diff) | |
download | gentoo-2-9e27545585786a3eb7552e786ef0669b99e04f91.tar.gz gentoo-2-9e27545585786a3eb7552e786ef0669b99e04f91.tar.bz2 gentoo-2-9e27545585786a3eb7552e786ef0669b99e04f91.zip |
Add unit file (#504150 by Michael Hampicke)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im/pyicq-t/files')
-rw-r--r-- | net-im/pyicq-t/files/pyicq-t.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/pyicq-t/files/pyicq-t.service b/net-im/pyicq-t/files/pyicq-t.service new file mode 100644 index 000000000000..852ec13315af --- /dev/null +++ b/net-im/pyicq-t/files/pyicq-t.service @@ -0,0 +1,10 @@ +[Unit] +Description=PyICQt is an ICQ transport for Jabber/XMPP + +[Service] +ExecStart=INSPATH/pyicq-t.py -c /etc/jabber/pyicq-t.xml -l /var/log/jabber/pyicq-t.log +User=jabber +Group=jabber + +[Install] +WantedBy=multi-user.target |