summaryrefslogtreecommitdiff
path: root/roles/flatbot/files/flatbot.service
diff options
context:
space:
mode:
Diffstat (limited to 'roles/flatbot/files/flatbot.service')
-rw-r--r--roles/flatbot/files/flatbot.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/flatbot/files/flatbot.service b/roles/flatbot/files/flatbot.service
index 1dd6028..3b669d7 100644
--- a/roles/flatbot/files/flatbot.service
+++ b/roles/flatbot/files/flatbot.service
@@ -6,8 +6,7 @@ After=network.target
Type=oneshot
EnvironmentFile=/etc/flatbot/token
EnvironmentFile=/etc/flatbot/config
-EnvironmentFile=/etc/flatbot/urls
-ExecStart=/usr/bin/flatbot -state ${FLATBOT_STATE} -once ${GREENWICH} ${CLERKENWELL}
+ExecStart=/usr/local/bin/run-flatbot ${FLATBOT_STATE} ${FLATBOT_URLS}
[Install]
WantedBy=default.target