aboutsummaryrefslogtreecommitdiffstats
path: root/roles/systemd_timer/templates/etc/systemd/system/task.timer.j2
blob: 0e0adc8d9dd2bd9c6f855af150c46af34ebdf564 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description={{ timer_description | default(timer_name) }} on calendar interval

[Timer]
OnCalendar={{ timer_on_calendar }}
Persistent={{ timer_persistent | bool | to_json }}

[Install]
WantedBy=timers.target