On Thu, Jul 12, 2018 at 2:06 PM Matt Zagrabelny <mzagr...@d.umn.edu> wrote: > On Thu, Jul 12, 2018 at 3:07 PM, Filipe Brandenburger <filbran...@google.com> > wrote: >> Take a look at systemd-run and, in particular, options such as >> --on-active=, --on-calendar= and --timer-property=, which allow you to >> set a .timer option on demand for a single one-off command. > > What sort of timer properties are folks setting or adjusting via the > --timer-property? That is, when would I use such an option?
Technically, any options accepted in systemd.timer are possible: https://www.freedesktop.org/software/systemd/man/systemd.timer.html#Options For instance, RandomizedDelaySec= might be an interesting one you might want to use. AccuracySec= is also one you potentially want to look into, if you care about the accuracy of the time at which your command will run. Cheers, Filipe
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel