From edc3a2150066fa8a594f7393e6dbe0d3048e0d07 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Oct 2022 12:32:31 +0200 Subject: Add CPUAffinity to agent systemd service file This can now be set via buildos.cpu_affinity. --- bbot/bbot-agent@.service | 1 + 1 file changed, 1 insertion(+) (limited to 'bbot/bbot-agent@.service') 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=~ -- cgit v1.1