summarylogtreecommitdiffstats
path: root/pyaimt.service
diff options
context:
space:
mode:
Diffstat (limited to 'pyaimt.service')
-rw-r--r--pyaimt.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/pyaimt.service b/pyaimt.service
new file mode 100644
index 000000000000..a4e658974ad3
--- /dev/null
+++ b/pyaimt.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=AIM jabber service
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=simple
+PIDFile=/var/run/pyaimt.pid
+ExecStart=/usr/bin/python2 PyAIMt.py
+WorkingDirectory=/usr/lib/pyaimt
+
+[Install]
+WantedBy=multi-user.target