From e3af4c881790a95be2676a7f4fb8df4136f8a3f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Apr 2017 15:11:11 +0200 Subject: Add machine enumeration outline --- bbot/bbot-agent@.service | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'bbot/bbot-agent@.service') diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 64e07d2..496692f 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -4,9 +4,19 @@ After=default.target [Service] Type=simple + Environment=CPU=1 Environment=RAM=1048576 -ExecStart=/build/bbot/%i/bin/bbot-agent --cpu ${CPU} --ram ${RAM} %i +Environment=TOOLCHAIN_ID=123abc +Environment=TOOLCHAIN_NUM=1 + +ExecStart=/build/bbot/%i/bin/bbot-agent --systemd-daemon \ + --cpu ${CPU} \ + --ram ${RAM} \ + %i \ + ${TOOLCHAIN_NUM} \ + ${TOOLCHAIN_ID} + User=build Group=build WorkingDirectory=~ -- cgit v1.1