summarylogtreecommitdiffstats
path: root/pyrss.service
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-07 13:49:21 +0100
committerBartłomiej Piotrowski2018-01-07 13:49:21 +0100
commite521323fee31e61c46e90433546ccec7844786e8 (patch)
treea0eebc98993fe6b89664327860af2123f1e7fa8c /pyrss.service
downloadaur-pyrss.tar.gz
Import from official repositories
Diffstat (limited to 'pyrss.service')
-rw-r--r--pyrss.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/pyrss.service b/pyrss.service
new file mode 100644
index 000000000000..49f47b65dba6
--- /dev/null
+++ b/pyrss.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=RSS jabber service
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=simple
+PIDFile=/var/run/pyrss.pid
+ExecStart=/usr/bin/python2 start.py
+WorkingDirectory=/usr/lib/pyrss
+
+[Install]
+WantedBy=multi-user.target