From: Thorsten S Date: Thu, 2 Jan 2020 14:57:39 +0000 (+0100) Subject: fix copy-paste X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=f385250a2e0ff12f08ac53cccc52456b0bf18c63;p=urlbot-v3.git fix copy-paste --- diff --git a/deploy/roles/urlbot/templates/urlbot-worker.service b/deploy/roles/urlbot/templates/urlbot-worker.service index 5f56b14..67639eb 100644 --- a/deploy/roles/urlbot/templates/urlbot-worker.service +++ b/deploy/roles/urlbot/templates/urlbot-worker.service @@ -2,7 +2,7 @@ Description=jabber bot entertaining and supporting activity on jabber MUCs [Service] -ExecStart={{ venv_chatbot }}/bin/urlbotd-worker +ExecStart={{ venv_worker }}/bin/urlbotd-worker WorkingDirectory=/home/{{ botuser }}/urlbot-v3/ StandardOutput=journal+console StandardError=journal+console