Fix the dependency on nginx

This commit is contained in:
Manav Rathi 2024-03-19 09:31:51 +05:30
parent 100fa04de7
commit 303b12c709
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,6 @@
Documentation=https://www.docker.com/blog/how-to-use-the-official-nginx-docker-image/
Requires=docker.service
After=docker.service
Requires=nginx.service
[Install]
WantedBy=multi-user.target

View file

@ -3,6 +3,7 @@ Documentation=https://github.com/ente-io/ente/tree/main/server#readme
Requires=docker.service
After=docker.service
Requires=nginx.service
After=nginx.service
[Service]
Restart=on-failure