32fe016c40
* added optional systemd service + timer for nextcloud app updates * added optional systemd service + timer for nextcloud app updates * added uninstall tasks
9 lines
No EOL
236 B
Django/Jinja
9 lines
No EOL
236 B
Django/Jinja
[Unit]
|
|
Description=Periodically update the apps for Nextcloud ({{ nextcloud_identifier }})
|
|
|
|
[Timer]
|
|
Unit={{ nextcloud_identifier }}-app-update.service
|
|
OnCalendar={{ nextcloud_auto_app_update_schedule }}
|
|
|
|
[Install]
|
|
WantedBy=timers.target |