[pyicq-t] Upgrade to systemd (systemd service file)

Stefan Schulze Frielinghaus stefansf at fedoraproject.org
Sun Jul 10 22:05:23 UTC 2011


commit dc434c2e9bd29dbc3a586b1dc30666e57858a444
Author: Stefan Schulze Frielinghaus <stefansf at fedoraproject.org>
Date:   Mon Jul 11 00:04:26 2011 +0200

    Upgrade to systemd (systemd service file)

 pyicq-t.service |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/pyicq-t.service b/pyicq-t.service
new file mode 100644
index 0000000..efff9e0
--- /dev/null
+++ b/pyicq-t.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=PyICQt is an ICQ transport for Jabber/XMPP
+After=syslog.target
+
+[Service]
+Type=forking
+PIDFile=/run/pyicq-t/pyicq-t.pid
+ExecStart=/usr/share/pyicq-t/PyICQt.py --background --config=/etc/pyicq-t/config.xml -o pid=/run/pyicq-t/pyicq-t.pid --log=/var/log/pyicq-t.log
+User=pyicqt
+Group=pyicqt
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list