1
0
Fork 0
mash-ansible-role-nextcloud/templates/systemd/app-update.timer.j2
IUCCA 32fe016c40
added optional systemd service + timer for nextcloud app updates (#17)
* added optional systemd service + timer for nextcloud app updates

* added optional systemd service + timer for nextcloud app updates

* added uninstall tasks
2024-05-08 16:34:41 +03:00

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