Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrDoctorWho <mrdoctorwho@gmail.com>2013-11-08 11:50:13 +0400
committermrDoctorWho <mrdoctorwho@gmail.com>2013-11-08 11:50:13 +0400
commitabd848aa7b2a4df55894a1fc7f787daf941213d2 (patch)
tree8556a28ad75004e8b28c0084a8754e33afa85803 /systemd
parent1f3ca2e2806c4ee111ff756be395b2f10c7f8a7f (diff)
Now will correctly detect user's wall
Diffstat (limited to 'systemd')
-rw-r--r--systemd/vk4xmpp.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/vk4xmpp.service b/systemd/vk4xmpp.service
index 48d10f3..7d22a2b 100644
--- a/systemd/vk4xmpp.service
+++ b/systemd/vk4xmpp.service
@@ -3,7 +3,7 @@ Description=VK4XMPP is an Vk.com transport for Jabber/XMPP
[Service]
Type=simple
PIDFile=/usr/share/vk4xmpp/pidFile.txt
-ExecStart=/usr/bin/python /usr/share/vk4xmpp/gateway.py
+ExecStart=/usr/bin/env python2 /usr/share/vk4xmpp/gateway.py
User=nobody
Group=nobody