2 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@ |
|||
- if: |
|||
- path: /etc/containers/systemd/nextcloud/nextcloud-config.env |
|||
- path: /etc/containers/systemd/nextcloud |
|||
op: [created, updated] |
|||
run: /bin/sh -Eeuo pipefail -c 'systemctl enable nextcloud.target ; systemctl restart nextcloud.target' |
|||
timeout: 5m |
|||
|
|||
@ -1,5 +1,5 @@ |
|||
- if: |
|||
- path: /etc/containers/systemd/odoo/odoo-config.env |
|||
- path: /etc/containers/systemd/odoo |
|||
op: [created, updated] |
|||
run: /bin/sh -Eeuo pipefail -c 'systemctl enable odoo.target ; systemctl restart odoo.target' |
|||
timeout: 5m |
|||
|
|||
Loading…
Reference in new issue