summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-04-22 12:29:53 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2020-04-29 12:36:24 +0200
commitfc39fb6a640d4dc3a7f7471b65ec1e235b2dc39f (patch)
treef5e990979968cb11d93367e7d328f0646c116fff
parent62fbb2b1ba053635f154e5a041eb4c797f501514 (diff)
downloadmeta-updater-fc39fb6a640d4dc3a7f7471b65ec1e235b2dc39f.tar.gz
aktualizr: Use systemd IP accounting.
This allows you to see how much bandwidth was used with `systemd status aktualizr`. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--recipes-sota/aktualizr/files/10-resource-control.conf1
1 files changed, 1 insertions, 0 deletions
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@
4MemoryAccounting=true 4MemoryAccounting=true
5MemoryHigh=@MEMORY_HIGH@ 5MemoryHigh=@MEMORY_HIGH@
6MemoryMax=@MEMORY_MAX@ 6MemoryMax=@MEMORY_MAX@
7IPAccounting=true