From 432bc29a5c4b24b24e5c33feb34d38153978b718 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Jan 2019 13:41:46 +0200 Subject: Fix issue in systemd service file It appears we cannot use variables in the first word of ExecStart. --- bbot/bbot-agent@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 522fc3f..408320c 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -36,7 +36,7 @@ Environment=TOOLCHAIN_ID= Environment="CONTROLLER_URL=" Environment="CONTROLLER_TRUST=" -ExecStart=/build/bots/${TOOLCHAIN_NAME}/bin/bbot-agent \ +ExecStart=/build/bots/%i/bin/bbot-agent \ --systemd-daemon \ --verbose ${VERBOSE} \ --auth-key ${AUTH_KEY} \ -- cgit v1.1