summarylogtreecommitdiffstats
path: root/yahoo-t.service
diff options
context:
space:
mode:
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