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@.service3
1 files changed, 3 insertions, 0 deletions
diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service
index 7d8c250..41486e2 100644
--- a/bbot/bbot-agent@.service
+++ b/bbot/bbot-agent@.service
@@ -7,6 +7,8 @@ Type=simple
Environment=VERBOSE=3
+Environment=AUTH_KEY=
+
Environment=CPU=1
Environment=RAM=1048576
@@ -26,6 +28,7 @@ Environment="CONTROLLER_TRUST="
ExecStart=/build/bots/%i/bin/bbot-agent --systemd-daemon \
--verbose ${VERBOSE} \
+ --auth-key ${AUTH_KEY} \
--cpu ${CPU} \
--ram ${RAM} \
--bootstrap-timeout ${BOOTSTRAP_TIMEOUT} \