From f385250a2e0ff12f08ac53cccc52456b0bf18c63 Mon Sep 17 00:00:00 2001
From: Thorsten S <mail@aero2k.de>
Date: Thu, 2 Jan 2020 15:57:39 +0100
Subject: [PATCH] fix copy-paste

---
 deploy/roles/urlbot/templates/urlbot-worker.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.39.5