]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared: make sure RandomizedOffsetUSec can be set as transient prop 37981/head
authorLennart Poettering <lennart@poettering.net>
Thu, 26 Jun 2025 15:31:00 +0000 (17:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 26 Jun 2025 15:31:00 +0000 (17:31 +0200)
Fixes: #37870
Follow-up for: #36437

src/shared/bus-unit-util.c

index 4befd0a06c5595f81132c1822e6ffb7d9b95373e..8f7226e89d01a572fc40b380d9b2d224fc3d354c 100644 (file)
@@ -2687,7 +2687,8 @@ static int bus_append_timer_property(sd_bus_message *m, const char *field, const
                 return bus_append_parse_boolean(m, field, eq);
 
         if (STR_IN_SET(field, "AccuracySec",
-                              "RandomizedDelaySec"))
+                              "RandomizedDelaySec",
+                              "RandomizedOffsetSec"))
                 return bus_append_parse_sec_rename(m, field, eq);
 
         if (STR_IN_SET(field, "OnActiveSec",