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