From 375ca37cb143a4fca94fa351453100c11a0cd71b Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 22 Apr 2020 12:29:53 +0200 Subject: aktualizr: Use systemd IP accounting. This allows you to see how much bandwidth was used with `systemd status aktualizr`. Signed-off-by: Patrick Vacek --- recipes-sota/aktualizr/files/10-resource-control.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-sota/aktualizr/files/10-resource-control.conf b/recipes-sota/aktualizr/files/10-resource-control.conf index 254713c..5c5a593 100644 --- a/recipes-sota/aktualizr/files/10-resource-control.conf +++ b/recipes-sota/aktualizr/files/10-resource-control.conf @@ -4,3 +4,4 @@ CPUWeight=@CPU_WEIGHT@ MemoryAccounting=true MemoryHigh=@MEMORY_HIGH@ MemoryMax=@MEMORY_MAX@ +IPAccounting=true -- cgit v1.2.3-54-g00ecf