aboutsummaryrefslogtreecommitdiff
path: root/bbot/bbot-agent@.service
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-06 15:11:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-06 15:11:11 +0200
commite3af4c881790a95be2676a7f4fb8df4136f8a3f3 (patch)
treec646734af1f3d539385fec20facf4c636987ef27 /bbot/bbot-agent@.service
parent578413a1f8781f03c2ddccb4d3c5d441c9579a3b (diff)
Add machine enumeration outline
Diffstat (limited to 'bbot/bbot-agent@.service')
-rw-r--r--bbot/bbot-agent@.service12
1 files changed, 11 insertions, 1 deletions
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=~