From 47fd549666d5a7d54ced984a41483c32015173e3 Mon Sep 17 00:00:00 2001 From: Jessica Hofmann <jessica.hofmann@slub-dresden.de> Date: Tue, 18 Jul 2023 11:16:52 +0200 Subject: [PATCH] adding example for OnCalendar --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index e2bb654..d1b21a5 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,7 +3,7 @@ timers: timer_precommand: # pre-command before command (well done sherlock) timer_command: # which command or script to execute timer_user: # under which users the timer_command is executed. Default: root - timer_OnCalendar: # "* *-*-* *:*:*" + timer_OnCalendar: # "*-*-* *:*:*" for example: *-*-* *:*:00 -> every minute # Day Of the week Year-Month-Date Hour:Minute:Second timer_AccuracySec: # Timer have a default accuracy of round about one minute. You can set the accuracy with this var. timer_persistent: # Takes a boolean argument. If true, the time when the service unit was last triggered is stroed on disk. When the timer is activated, -- GitLab