# timer_precommand: pre-command before command (well done sherlock)
# timer_precommand: pre-command before command (well done sherlock)
# timer_command: which command or script to execute
# timer_command: which command or script to execute
# timer_user: under which users the timer_command is executed. Default: root
# timer_user: under which users the timer_command is executed. Default: root
# timer_OnCalendar: "*-*-* *:*:*" for example: *-*-* *:*:00 -> every minute
# timer_OnCalendar: "*-*-* *:*:*" for example: *-*-* *:*:00 -> every minute
# Day Of the week Year-Month-Date Hour:Minute:Second
# 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_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,
# 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,
# the service unit is triggered immediately if it would have been triggered at least once during the time when the timer was inactive.
# the service unit is triggered immediately if it would have been triggered at least once during the time when the timer was inactive.
# This is useful to catch up on missed runs of the service when the machine was off.
# This is useful to catch up on missed runs of the service when the machine was off.
# Note that this setting only has an effect on timers configured with OnCalendar=.Defaults to false.
# Note that this setting only has an effect on timers configured with OnCalendar=.Defaults to false.
# timer_OnActiveSec: relative time after the timer unit was last activated
# timer_OnActiveSec: relative time after the timer unit was last activated
# timer_OnBootSec: Relative time after the computer was booted
# timer_OnBootSec: Relative time after the computer was booted
# timer_OnStartupSec: Relative time after systemd was started
# timer_OnStartupSec: Relative time after systemd was started
# timer_OnUnitActiveSec: Relative time after the service unit was last activated
# timer_OnUnitActiveSec: Relative time after the service unit was last activated