ソースを参照

missing whitespace

pull/132/head
Alexander Acevedo 7年前
committed by GitHub
コミット
3ffb03f20e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2

+ 1
- 1
roles/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 ファイルの表示

@@ -20,7 +20,7 @@ ExecStart=/usr/bin/docker run --rm --name %n \
--env-file={{ matrix_synapse_config_dir_path }}/env-goofys \ --env-file={{ matrix_synapse_config_dir_path }}/env-goofys \
--entrypoint /bin/sh \ --entrypoint /bin/sh \
{{ matrix_s3_goofys_docker_image }} \ {{ matrix_s3_goofys_docker_image }} \
-c 'goofys -f{% if matrix_s3_media_store_custom_endpoint_enabled is false %} --storage-class=STANDARD_IA{% endif %}{% matrix_s3_media_store_custom_endpoint_enabled %} --endpoint={{matrix_s3_media_store_custom_endpoint}}{% endif %} --region {{ matrix_s3_media_store_region }} --stat-cache-ttl 60m0s --type-cache-ttl 60m0s --dir-mode 0700 --file-mode 0700 {{ matrix_s3_media_store_bucket_name }} /s3'
-c 'goofys -f{% if matrix_s3_media_store_custom_endpoint_enabled is false %} --storage-class=STANDARD_IA{% endif %}{% matrix_s3_media_store_custom_endpoint_enabled %} --endpoint={{ matrix_s3_media_store_custom_endpoint }}{% endif %} --region {{ matrix_s3_media_store_region }} --stat-cache-ttl 60m0s --type-cache-ttl 60m0s --dir-mode 0700 --file-mode 0700 {{ matrix_s3_media_store_bucket_name }} /s3'
TimeoutStartSec=5min TimeoutStartSec=5min
ExecStop=-/usr/bin/docker stop %n ExecStop=-/usr/bin/docker stop %n
ExecStop=-/usr/bin/docker kill %n ExecStop=-/usr/bin/docker kill %n


読み込み中…
キャンセル
保存