1
0
Fork 0
mash-ansible-role-nextcloud/templates/systemd/app-update.service.j2

7 lines
262 B
Text
Raw Normal View History

[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