[Lunar-commits] <moonbase-other> pymsnt: Added systemd unit file

Stefan Wold ratler at lunar-linux.org
Thu Aug 9 22:21:29 CEST 2012


commit 6c81d617d155dec71acc403d3848f5929e40b860
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu, 09 Aug 2012 13:21:29 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/6c81d617d155dec71acc403d3848f5929e40b860

pymsnt: Added systemd unit file
---
  python/pymsnt/systemd.d/pymsnt.service                       +11/-0    
  1 files changed, 11 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/python/pymsnt/systemd.d/pymsnt.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=MSN Jabber Transport
+After=network.target ejabberd.service
+
+[Service]
+Type=forking
+PIDFile=/var/run/pymsnt.pid
+ExecStart=/usr/bin/python /usr/lib/pymsnt/PyMSNt.py -c /etc/jabber/pymsnt.xml
+
+[Install]
+WantedBy=multi-user.target




More information about the Lunar-commits mailing list