1
0
Fork 0
mash-ansible-role-nextcloud/templates/systemd/cron.timer.j2
2023-03-17 11:34:15 +02:00

9 lines
226 B
Django/Jinja

[Unit]
Description=Periodically launches the cronjobs for Nextcloud ({{ nextcloud_identifier }})
[Timer]
Unit={{ nextcloud_identifier }}-cron.service
OnCalendar={{ nextcloud_cron_schedule }}
[Install]
WantedBy=timers.target