|
|
@@ -15,7 +15,7 @@ Type=simple |
|
|
Environment="HOME={{ matrix_systemd_unit_home_path }}" |
|
|
Environment="HOME={{ matrix_systemd_unit_home_path }}" |
|
|
ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} kill matrix-mautrix-telegram 2>/dev/null' |
|
|
ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} kill matrix-mautrix-telegram 2>/dev/null' |
|
|
ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} rm matrix-mautrix-telegram 2>/dev/null' |
|
|
ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} rm matrix-mautrix-telegram 2>/dev/null' |
|
|
ExecStartPre={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-telegram-db \ |
|
|
|
|
|
|
|
|
ExecStartPre={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-telegram \ |
|
|
--log-driver=none \ |
|
|
--log-driver=none \ |
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ |
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ |
|
|
--cap-drop=ALL \ |
|
|
--cap-drop=ALL \ |
|
|
|