Remove a few remaining hardcoded docker.service references

Continuation of 9f2eff2ac7

Provoked by 7749048bf8
(https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3353)
This commit is contained in:
Slavi Pantaleev
2024-06-05 21:22:21 +03:00
parent 541dbd4851
commit 4224741130
9 changed files with 27 additions and 10 deletions

View File

@ -1,8 +1,9 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Goofys media store
After=docker.service
Requires=docker.service
{% for service in matrix_synapse_goofys_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
DefaultDependencies=no
[Service]