infrastructure/roles/minecraft_blockmap/templates/blockmap-render.timer
saibotk a47fde9c9c
Rename roles to underscore
This patch renames all roles with a `-` to `_`, to comply with the ansible-lint rule 106. As collection roles are now also limited to these symbols and this will make it easier to move them later.
2020-09-26 18:12:59 +02:00

10 lines
179 B
SYSTEMD

[Unit]
Description=Schedule regular blockmap renderings.
[Timer]
OnCalendar=*-*-* *:10:00
OnCalendar=*-*-* *:30:00
OnCalendar=*-*-* *:50:00
[Install]
WantedBy=multi-user.target