diff --git a/admin-guide/puppet/profiles/custom_timers.rst b/admin-guide/puppet/profiles/custom_timers.rst index 4feca675..c8e4de08 100644 --- a/admin-guide/puppet/profiles/custom_timers.rst +++ b/admin-guide/puppet/profiles/custom_timers.rst @@ -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)`.