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

11 lines
207 B
Plaintext
Raw Normal View History

2023-04-15 14:31:18 +02:00
[Unit]
2023-11-16 15:32:29 +01:00
Description=starts health-journalctl.service
2023-04-15 14:31:18 +02:00
[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