4 changed files with 6 additions and 6 deletions
@ -1,5 +1,5 @@ |
|||||
- if: |
- if: |
||||
- path: /etc/default/migrate-vm-printserver.env |
- path: /etc/flightctl/hooks.d/afterupdating/30-hyperv-migration.yaml |
||||
op: [created, updated] |
op: [created, updated] |
||||
run: /bin/sh -Eeuo pipefail -c 'systemctl enable migrate-vm@printserver.service ; systemctl restart migrate-vm@printserver.service' |
run: /bin/sh -Eeuo pipefail -c 'systemctl enable migrate-vm@printserver.service ; systemctl restart --no-block migrate-vm@printserver.service' |
||||
timeout: 5m |
timeout: 5m |
||||
|
|||||
@ -1,5 +1,5 @@ |
|||||
- if: |
- if: |
||||
- path: /etc/containers/systemd/nextcloud/ |
- path: /etc/containers/systemd/nextcloud/ |
||||
op: [created, updated] |
op: [created, updated] |
||||
run: /bin/sh -Eeuo pipefail -c 'systemctl enable nextcloud.target ; systemctl restart nextcloud.target' |
run: /bin/sh -Eeuo pipefail -c 'systemctl enable nextcloud.target ; systemctl restart --no-block nextcloud.target' |
||||
timeout: 5m |
timeout: 5m |
||||
|
|||||
@ -1,5 +1,5 @@ |
|||||
- if: |
- if: |
||||
- path: /etc/containers/systemd/odoo/ |
- path: /etc/containers/systemd/odoo/ |
||||
op: [created, updated] |
op: [created, updated] |
||||
run: /bin/sh -Eeuo pipefail -c 'systemctl enable odoo.target ; systemctl restart odoo.target' |
run: /bin/sh -Eeuo pipefail -c 'systemctl enable odoo.target ; systemctl restart --no-block odoo.target' |
||||
timeout: 5m |
timeout: 5m |
||||
|
|||||
@ -1,5 +1,5 @@ |
|||||
- if: |
- if: |
||||
- path: /etc/default/bootstrap-vm-nextcloud.env |
- path: /etc/flightctl/hooks.d/afterupdating/30-edge-vm.yaml |
||||
op: [created, updated] |
op: [created, updated] |
||||
run: /bin/sh -Eeuo pipefail -c 'systemctl enable bootstrap-vm@nextcloud.service ; systemctl restart bootstrap-vm@nextcloud.service' |
run: /bin/sh -Eeuo pipefail -c 'systemctl enable bootstrap-vm@nextcloud.service ; systemctl restart --no-block bootstrap-vm@nextcloud.service' |
||||
timeout: 5m |
timeout: 5m |
||||
|
|||||
Loading…
Reference in new issue