diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-11-10 13:29:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 13:29:04 +0100 |
commit | 394131d5be587858d67764bee65198f4a7fe7442 (patch) | |
tree | 0bcbdc07fcd1990e78183e0d25c719d9f94bafd6 /src/shared | |
parent | c9b3e1d3808e67b79cf66d2bb2ad4d322a5faa4f (diff) | |
parent | acf24a1a84e9496e3feb09449f4cc43fe67a9a64 (diff) | |
download | systemd-394131d5be587858d67764bee65198f4a7fe7442.tar.gz |
Merge pull request #17497 from anitazha/randomizeonce
timer: add new feature FixedRandomDelay=
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/bus-unit-util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c index fe3a41f438..2bab2299fb 100644 --- a/src/shared/bus-unit-util.c +++ b/src/shared/bus-unit-util.c @@ -2074,7 +2074,8 @@ static int bus_append_timer_property(sd_bus_message *m, const char *field, const "RemainAfterElapse", "Persistent", "OnTimezoneChange", - "OnClockChange")) + "OnClockChange", + "FixedRandomDelay")) return bus_append_parse_boolean(m, field, eq); if (STR_IN_SET(field, "AccuracySec", |