From 983eb4b40d63427b619f90e7fe05b4717129a927 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Jun 2017 19:52:54 +0300 Subject: Add support for bbot agent authentication --- bbot/bbot-agent@.service | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bbot/bbot-agent@.service') 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} \ -- cgit v1.1