diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-03 12:32:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-03 12:32:31 +0200 |
commit | edc3a2150066fa8a594f7393e6dbe0d3048e0d07 (patch) | |
tree | eee129115fe3f10127b82b157174cb3c90606946 | |
parent | 21ae6369b28eec0f6f282805661e3327d55ac732 (diff) |
Add CPUAffinity to agent systemd service file
This can now be set via buildos.cpu_affinity.
-rw-r--r-- | bbot/bbot-agent@.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 294fde7..e938126 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -68,6 +68,7 @@ ExecStart=/build/bots/default/bin/bbot-agent \ $CONTROLLER_URL Nice=0 +CPUAffinity= User=build Group=build WorkingDirectory=~ |