chiark / gitweb /
blcokio bandwidth: add missing set of CGroupBlockIODeviceBandwidth's read
[elogind.git] / src / core / load-fragment.c
index e5fc4a3bd9dca5f001a5b6405b4fa9c68dfae7d0..4714687955f6da42e4210775c46129abbcd71fd9 100644 (file)
@@ -2253,6 +2253,7 @@ int config_parse_blockio_bandwidth(
         b->path = path;
         path = NULL;
         b->bandwidth = (uint64_t) bytes;
+        b->read = streq("BlockIOReadBandwidth", lvalue);
 
         LIST_PREPEND(CGroupBlockIODeviceBandwidth, device_bandwidths, c->blockio_device_bandwidths, b);