diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-01-22 10:39:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-01-22 10:39:00 +0200 |
commit | edc0d9986ac3e00fd0f2a334b0b50a80002d461b (patch) | |
tree | c1a92d67f20bdb6207c2c540b1b0709e719392a2 | |
parent | 5662e66dcdbf1af13b4ccf7352f3e435c1baf597 (diff) |
Add temporary --instance option to bbot-agent .service file
-rw-r--r-- | bbot/bbot-agent@.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 408320c..f4d750b 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -53,6 +53,7 @@ ExecStart=/build/bots/%i/bin/bbot-agent \ --toolchain-num ${TOOLCHAIN_NUM} \ --toolchain-ver ${TOOLCHAIN_VER} \ --toolchain-id ${TOOLCHAIN_ID} \ + --instance 1 \ $CONTROLLER_TRUST \ $CONTROLLER_URL |