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>2014-11-04 00:33:55 +0300
committermrDoctorWho <mrdoctorwho@gmail.com>2014-11-04 00:33:55 +0300
commit0a14fb2ed9b4c6f893bc17879aff14be8c29783e (patch)
tree2dd5da54a347952f5ccdc085415c0a56ebdf8398 /systemd
parent2e00db49408dc9e2fddf86a23df31725d0f37944 (diff)
usual groupchat fixes, systemd service update
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 f3f9ddb..3846e07 100644
--- a/systemd/vk4xmpp.service
+++ b/systemd/vk4xmpp.service
@@ -6,7 +6,7 @@ Wants=prosody.service
[Service]
Type=simple
PIDFile=/var/lib/vk4xmpp/vk4xmpp.pid
-ExecStart=/usr/bin/env python2 /usr/share/vk4xmpp/gateway.py -c/etc/vk4xmpp.conf
+ExecStart=/usr/bin/env python2 /usr/share/vk4xmpp/gateway.py -c /etc/vk4xmpp.conf -d
User=nobody
[Install]