Browse Source

Change from spaces to tabs

pull/1894/head
Julian-Samuel Gebühr 3 years ago
parent
commit
e62632bf5d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2

+ 1
- 1
roles/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2 View File

@@ -18,7 +18,7 @@ ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }}

ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-maubot \
--log-driver=none \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--read-only \
--cap-drop=ALL \
-v {{ matrix_bot_maubot_data_path }}:/data:z \


Loading…
Cancel
Save