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