fix(link): depend on frontend nginx
Some checks failed
Ansible Lint Check / lint (push) Failing after 3m8s
Some checks failed
Ansible Lint Check / lint (push) Failing after 3m8s
This commit is contained in:
parent
58f2fadfdf
commit
5866c3c83b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
[Unit]
|
||||
Description=Podman CDR Link Stack by SR2 Communications
|
||||
Requires=opensearch-dashboards.service
|
||||
Requires=zammad-nginx.service
|
||||
After=opensearch-dashboards.service
|
||||
Wants=zammad-nginx.service
|
||||
After=zammad-nginx.service
|
||||
Wants=nginx.service
|
||||
After=nginx.service
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue