diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 13:09:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 13:09:23 +0200 |
commit | 32a8fa8ffba89eb0d52227ae352b6d48ad97f287 (patch) | |
tree | 7c82fb11f21301515016805a2fa4bce2fd49acb4 | |
parent | 27ff5f0ba1a4cb3ef7429de113b5943106ecba9b (diff) |
Rename directory /build/bbot/ to /build/bots/
To be consistent with machines/, etc.
-rw-r--r-- | bbot/bbot-agent@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index b19e97c..d360a60 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -21,7 +21,7 @@ Environment=TOOLCHAIN_ID= Environment="CONTROLLER_URL=" Environment="CONTROLLER_TRUST=" -ExecStart=/build/bbot/%i/bin/bbot-agent --systemd-daemon \ +ExecStart=/build/bots/%i/bin/bbot-agent --systemd-daemon \ --verbose ${VERBOSE} \ --cpu ${CPU} \ --ram ${RAM} \ |