From 36e0c88e7a3912c8a2e6594841172adb9c14525b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 8 Apr 2017 14:14:26 +0200 Subject: Implement machine enumeration --- bbot/bbot-agent@.service | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bbot/bbot-agent@.service') diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 496692f..f8349ff 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -7,12 +7,14 @@ Type=simple Environment=CPU=1 Environment=RAM=1048576 +Environment=VERBOSE=1 Environment=TOOLCHAIN_ID=123abc Environment=TOOLCHAIN_NUM=1 ExecStart=/build/bbot/%i/bin/bbot-agent --systemd-daemon \ --cpu ${CPU} \ --ram ${RAM} \ + --verbose ${VERBOSE} \ %i \ ${TOOLCHAIN_NUM} \ ${TOOLCHAIN_ID} -- cgit v1.1