document new timer options

This commit is contained in:
2022-12-23 10:33:01 +01:00
parent b1db846386
commit 62f22428ae

View File

@@ -20,7 +20,8 @@ Parameters
description String
command String
on_calendar String
persistent Boolean false
timer_options Hash {}
service_options Hash {}
=============================== ======== ================================================
@@ -37,9 +38,13 @@ and a check is performed against this.
``on_calendar``
~~~~~~~~~~~~~~~
The definition of the timer execution time. See `OnCalendar` on systemd.timer(5).
The definition of the timer execution time. See `OnCalendar` on :manpage:`systemd.timer(5)`.
``persistent``
~~~~~~~~~~~~~
If set will run the timer immediately at bootup if the device was switched off at the time
of the last scheduled run.
``timer_options``
~~~~~~~~~~~~~~~~~
Additional options for the ``[Timer]`` section of the timer unit file, see :manpage:`systemd.timer(5)`.
``service_options``
~~~~~~~~~~~~~~~~~~~
Additional options for the ``[Service]`` section of the timer related service unit file, see :manpage:`systemd.service(5)`.