2 changed files with 2 additions and 2 deletions
@ -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 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 odoo.target' |
||||
timeout: 5m |
timeout: 5m |
||||
|
|||||
Loading…
Reference in new issue