aboutsummaryrefslogtreecommitdiff
path: root/bbot/bbot-agent@.service
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/bbot-agent@.service')
-rw-r--r--bbot/bbot-agent@.service8
1 files changed, 5 insertions, 3 deletions
diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service
index 58f22a5..3f4cef3 100644
--- a/bbot/bbot-agent@.service
+++ b/bbot/bbot-agent@.service
@@ -13,10 +13,11 @@ Type=simple
Environment=VERBOSE=3
-Environment=AUTH_KEY=
-
Environment=CPU=1
Environment=RAM=1048576
+Environment=BRIDGE=br1
+
+Environment=AUTH_KEY=
Environment=BOOTSTRAP_TIMEOUT=1200
Environment=BOOTSTRAP_RETRIES=2
@@ -41,9 +42,10 @@ Environment="CONTROLLER_TRUST="
ExecStart=/build/bots/default/bin/bbot-agent \
--systemd-daemon \
--verbose ${VERBOSE} \
- --auth-key ${AUTH_KEY} \
--cpu ${CPU} \
--ram ${RAM} \
+ --bridge ${BRIDGE} \
+ --auth-key ${AUTH_KEY} \
--bootstrap-timeout ${BOOTSTRAP_TIMEOUT} \
--bootstrap-retries ${BOOTSTRAP_RETRIES} \
--build-timeout ${BUILD_TIMEOUT} \