1
0
Fork 0
mash-ansible-role-nextcloud/templates/systemd/cron.timer.j2

10 lines
226 B
Text
Raw Normal View History

2023-03-17 10:34:15 +01:00
[Unit]
Description=Periodically launches the cronjobs for Nextcloud ({{ nextcloud_identifier }})
[Timer]
Unit={{ nextcloud_identifier }}-cron.service
OnCalendar={{ nextcloud_cron_schedule }}
[Install]
WantedBy=timers.target