32fe016c40
* added optional systemd service + timer for nextcloud app updates * added optional systemd service + timer for nextcloud app updates * added uninstall tasks
6 lines
262 B
Django/Jinja
6 lines
262 B
Django/Jinja
[Unit]
|
|
Description=Runs app updates For Nextcloud ({{ nextcloud_identifier }})
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart={{ devture_systemd_docker_base_host_command_docker }} exec {{ nextcloud_identifier }}-server php /var/www/html/occ app:update --all --no-interaction
|