Remove a few remaining hardcoded docker.service references
Continuation of9f2eff2ac7
Provoked by7749048bf8
(https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3353)
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user