From 1783e14b78faa9c44c4f621db3080050c28c12bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Fri, 9 Sep 2022 09:16:24 +0200 Subject: [PATCH] Tabs vs. spaces Co-authored-by: Slavi Pantaleev --- .../templates/systemd/matrix-cactus-comments.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 b/roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 index 36ab459c1..068255823 100644 --- a/roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 +++ b/roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 @@ -22,7 +22,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-cactus-comment --user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ --read-only \ --env-file {{ matrix_cactus_comments_app_service_env_file }} \ - --tmpfs=/tmp:rw,noexec,nosuid,size={{ matrix_cactus_comments_tmp_directory_size_mb }}m \ + --tmpfs=/tmp:rw,noexec,nosuid,size={{ matrix_cactus_comments_tmp_directory_size_mb }}m \ --network={{ matrix_docker_network }} \ {{ matrix_cactus_comments_docker_image }}