Skip to content

Commit

Permalink
rename (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo authored Feb 5, 2025
1 parent a2f2fb9 commit 4d8ee7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Type=simple
User=USER
Environment='RUST_LOG=info,litentry_worker=debug,ws=warn,sp_io=error,substrate_api_client=warn,itc_parentchain_light_client=info,jsonrpsee_ws_client=warn,jsonrpsee_ws_server=warn,enclave_runtime=debug,ita_stf=debug,its_rpc_handler=warn,itc_rpc_client=warn,its_consensus_common=debug,its_state=warn,its_consensus_aura=warn,aura*=warn,its_consensus_slots=warn,itp_attestation_handler=debug,http_req=debug,lc_mock_server=warn,itc_rest_client=debug,lc_credentials=debug,lc_identity_verification=debug,lc_stf_task_receiver=debug,lc_stf_task_sender=debug,lc_data_providers=debug,itp_top_pool=debug,itc_parentchain_indirect_calls_executor=debug'
WorkingDirectory=/opt/litentry/worker/wNUMBER
ExecStart=/bin/bash -c 'cd /opt/litentry/worker/wNUMBER && source /opt/intel/sgxsdk/environment && source /opt/worker_configs/worker_env && ./litentry-worker ARGS'
ExecStart=/bin/bash -c 'cd /opt/litentry/worker/wNUMBER && source /opt/intel/sgxsdk/environment && source /opt/worker_configs/id_worker_env_dev && ./litentry-worker ARGS'
StandardOutput=append:/opt/litentry/worker/wNUMBER/worker.log
StandardError=inherit

Expand Down

0 comments on commit 4d8ee7a

Please sign in to comment.