mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Fix incorrect ExecStart (+ docker create) definition in matrix-mautrix-googlechat.service
This commit is contained in:
parent
a717509531
commit
e0aebe9b1e
@ -14,7 +14,7 @@ DefaultDependencies=no
|
||||
Type=simple
|
||||
Environment="HOME={{ devture_systemd_docker_base_systemd_unit_home_path }}"
|
||||
|
||||
ExecStart={{ devture_systemd_docker_base_host_command_docker }} create \
|
||||
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
|
||||
--rm \
|
||||
--name=matrix-mautrix-googlechat \
|
||||
--log-driver=none \
|
||||
|
Loading…
Reference in New Issue
Block a user