]> git.somenet.org - root/pub/somesible.git/blob - roles/base/ansible/autoselfheal/files/default/ansible_autoselfheal.timer
[roles/base/systemd] ----- meta + defaults -----
[root/pub/somesible.git] / roles / base / ansible / autoselfheal / files / default / ansible_autoselfheal.timer
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8
9 [Unit]
10 Description=Weekly ansible autoselfhealing
11
12 [Timer]
13 OnCalendar=Mon *-*-* 01:00:00
14 RandomizedDelaySec=1h
15 Persistent=true
16
17 [Install]
18 WantedBy=timers.target