computer-playbook/roles/native-journalctl-health-check/templates/journalctl-health-check.timer.j2

11 lines
213 B
Plaintext
Raw Normal View History

2023-04-15 14:31:18 +02:00
[Unit]
Description=starts journalctl-health-check.service
[Timer]
2023-04-15 17:06:10 +02:00
OnCalendar={{on_calendar_journalctl_health_check}}
RandomizedDelaySec={{randomized_delay_sec}}
Persistent=false
2023-04-15 14:31:18 +02:00
[Install]
WantedBy=timers.target