]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bus-unit-util.c
Merge pull request #17497 from anitazha/randomizeonce
[thirdparty/systemd.git] / src / shared / bus-unit-util.c
index fe3a41f43872d223c9bef73cb05fd292ac1d2487..2bab2299fbe2b58c3db6fb8f8f726dc02c7b5f3a 100644 (file)
@@ -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",