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]
|
[Unit]
|
||||||
Description=Podman CDR Link Stack by SR2 Communications
|
Description=Podman CDR Link Stack by SR2 Communications
|
||||||
Requires=opensearch-dashboards.service
|
Wants=zammad-nginx.service
|
||||||
Requires=zammad-nginx.service
|
|
||||||
After=opensearch-dashboards.service
|
|
||||||
After=zammad-nginx.service
|
After=zammad-nginx.service
|
||||||
|
Wants=nginx.service
|
||||||
|
After=nginx.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue