mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
shared: make sure RandomizedOffsetUSec can be set as transient prop
Fixes: #37870 Follow-up for: #36437
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user