9 lines
226 B
Django/Jinja
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
|